Html Css Color HEX #268970 Elf Green

📋 copy color: '#268970'

red 38 ◦ green 137 ◦ blue 112

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

Shades of Elf Green #268970

Tints of Elf Green #268970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.74%

 BLUE value IS 112 (44.14% from 255) = 39.02%

R = 13.24%
G = 47.74%
B = 39.02%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#268970 (or 0x268970) is known color: Elf Green. HEX triplet: 26, 89 and 70. RGB value is (38,137,112). Sum of RGB (Red+Green+Blue) = 38+137+112=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 112 (44.14% from 255 or 39.02% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #268970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268970 is #D9768F. Grayscale: #686868. Windows color (decimal): -14251664 or 7375142. OLE color: 7375142.

HSL color Cylindrical-coordinate representation of color #268970: hue angle of 164.85º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268970 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 137 112 -
CMYK 0.72 0 0.18 0.46
HSL 164.85º 0.57% 0.34% -
HSV(B) 164.85º 0.72% 0.54% -
XYZ 12.67 19.47 18.42 -
YUV 104.55 132.2 80.53 -
System Red Green Blue C M Y K H S L
Decimal 38 137 112 0.72 0 0.18 0.46 164.85 0.57 0.34
Hex 26 89 70 48 0 12 2E A5 39 22
Octal 46 211 160 110 0 22 56 245 71 42
Binary 100110 10001001 1110000 1001000 0 10010 101110 10100101 111001 100010

Color Harmonies of #268970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268970

Black with #268970

Text Example


Text Example

White with #268970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268970; }

 p { color: rgb(38,137,112); }

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

background-color css

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

 a { background-color: rgb(38,137,112); }

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

border-color css

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

 span { border-color: rgb(38,137,112); }

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