#268367

Color #268367 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #268367

Tints of Elf Green #268367

Color information

#268367 (or 0x268367) is unknown color: approx Elf Green. HEX triplet: 26, 83 and 67. RGB value is (38,131,103). Sum of RGB (Red+Green+Blue) = 38+131+103=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 131 (51.56% from 255 or 48.16% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 131 - color contains mainly: green. Hex color #268367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268367 is #D97C98. Grayscale: #646464. Windows color (decimal): -14253209 or 6783782. OLE color: 6783782.

HSL color Cylindrical-coordinate representation of color #268367: hue angle of 161.94º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268367 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB38131103-
CMYK0.7100.210.49
HSL161.94º55.03%33.14%-
HSV(B)161.94º70.99%51.37%-
XYZ11.3617.6215.63-
YUV100129.6983.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 131 (51.56% from 255) = 48.16%
BLUE value IS 103 (40.62% from 255) = 37.87%
R=13.97%
G=48.16%
B=37.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal381311030.7100.210.49161.9455.0333.14
Hex2683674701531a23721
Octal46203147107025612426741
Binary100110100000111100111100011101010111000110100010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268367; }

 p { color: rgb(38,131,103); }

 H1.HeaderClassName
 {
   color: #268367;
 }
 .AnyTagClassName
 {
   color: #268367;
 }
</style>
background-color css

<style>
 a { background-color: #268367; }

 a { background-color: rgb(38,131,103); }

 div.DivClassName
 {
   background-color: #268367;
 }
 .BgClassName
 {
   background-color: #268367;
 }
</style>
border-color css

<style>
 span { border-color: #268367; }

 span { border-color: rgb(38,131,103); }

 td.TdClassName
 {
   border-color: #268367;
 }
 .TagClassName
 {
   border-color: #268367;
 }
</style>