Html Css Color HEX #268361 Elf Green

📋 copy color: '#268361'

red 38 ◦ green 131 ◦ blue 97

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

Shades of Elf Green #268361

Tints of Elf Green #268361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.47%

R = 14.29%
G = 49.25%
B = 36.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#268361 (or 0x268361) is known color: Elf Green. HEX triplet: 26, 83 and 61. RGB value is (38,131,97). Sum of RGB (Red+Green+Blue) = 38+131+97=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 131 (51.56% from 255 or 49.25% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 131 - color contains mainly: green. Hex color #268361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268361 is #D97C9E. Grayscale: #636363. Windows color (decimal): -14253215 or 6390566. OLE color: 6390566.

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

Color convert

RGB 38 131 97 -
CMYK 0.71 0 0.26 0.49
HSL 158.06º 0.55% 0.33% -
HSV(B) 158.06º 0.71% 0.51% -
XYZ 11.07 17.51 14.1 -
YUV 99.32 126.69 84.26 -
System Red Green Blue C M Y K H S L
Decimal 38 131 97 0.71 0 0.26 0.49 158.06 0.55 0.33
Hex 26 83 61 47 0 1A 31 9E 37 21
Octal 46 203 141 107 0 32 61 236 67 41
Binary 100110 10000011 1100001 1000111 0 11010 110001 10011110 110111 100001

Color Harmonies of #268361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268361

Black with #268361

Text Example


Text Example

White with #268361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268361; }

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

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

background-color css

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

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

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

border-color css

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

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

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