Html Css Color HEX #268866 Elf Green

📋 copy color: '#268866'

red 38 ◦ green 136 ◦ blue 102

#268866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #268866

Tints of Elf Green #268866

RGB

 RED value IS 38 (15.23% from 255) = 13.77%

 GREEN value IS 136 (53.52% from 255) = 49.28%

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 13.77%
G = 49.28%
B = 36.96%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#268866 (or 0x268866) is known color: Elf Green. HEX triplet: 26, 88 and 66. RGB value is (38,136,102). Sum of RGB (Red+Green+Blue) = 38+136+102=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 136 - color contains mainly: green. Hex color #268866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268866 is #D97799. Grayscale: #666666. Windows color (decimal): -14251930 or 6719526. OLE color: 6719526.

HSL color Cylindrical-coordinate representation of color #268866: hue angle of 159.18º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268866 is Cyan = 0.72, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 136 102 -
CMYK 0.72 0 0.25 0.47
HSL 159.18º 0.56% 0.34% -
HSV(B) 159.18º 0.72% 0.53% -
XYZ 12 18.98 15.6 -
YUV 102.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 38 136 102 0.72 0 0.25 0.47 159.18 0.56 0.34
Hex 26 88 66 48 0 19 2F 9F 38 22
Octal 46 210 146 110 0 31 57 237 70 42
Binary 100110 10001000 1100110 1001000 0 11001 101111 10011111 111000 100010

Color Harmonies of #268866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268866

Black with #268866

Text Example


Text Example

White with #268866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268866; }

 p { color: rgb(38,136,102); }

 H1.HeaderClassName
 {
   color: #268866;
 }
 .AnyTagClassName
 {
   color: #268866;
 }
</style>

background-color css

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

 a { background-color: rgb(38,136,102); }

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

border-color css

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

 span { border-color: rgb(38,136,102); }

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