Html Css Color HEX #268366 Elf Green

📋 copy color: '#268366'

red 38 ◦ green 131 ◦ blue 102

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

Shades of Elf Green #268366

Tints of Elf Green #268366

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.34%

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

R = 14.02%
G = 48.34%
B = 37.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#268366 (or 0x268366) is known color: Elf Green. HEX triplet: 26, 83 and 66. RGB value is (38,131,102). Sum of RGB (Red+Green+Blue) = 38+131+102=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #268366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268366 is #D97C99. Grayscale: #636363. Windows color (decimal): -14253210 or 6718246. OLE color: 6718246.

HSL color Cylindrical-coordinate representation of color #268366: hue angle of 161.29º 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 #268366 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 131 102 -
CMYK 0.71 0 0.22 0.49
HSL 161.29º 0.55% 0.33% -
HSV(B) 161.29º 0.71% 0.51% -
XYZ 11.31 17.6 15.37 -
YUV 99.89 129.19 83.86 -
System Red Green Blue C M Y K H S L
Decimal 38 131 102 0.71 0 0.22 0.49 161.29 0.55 0.33
Hex 26 83 66 47 0 16 31 A1 37 21
Octal 46 203 146 107 0 26 61 241 67 41
Binary 100110 10000011 1100110 1000111 0 10110 110001 10100001 110111 100001

Color Harmonies of #268366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268366

Black with #268366

Text Example


Text Example

White with #268366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268366; }

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

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

background-color css

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

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

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

border-color css

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

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

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