Html Css Color HEX #269770 Elf Green

📋 copy color: '#269770'

red 38 ◦ green 151 ◦ blue 112

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

Shades of Elf Green #269770

Tints of Elf Green #269770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.17%

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

R = 12.62%
G = 50.17%
B = 37.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#269770 (or 0x269770) is known color: Elf Green. HEX triplet: 26, 97 and 70. RGB value is (38,151,112). Sum of RGB (Red+Green+Blue) = 38+151+112=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 151 (59.38% from 255 or 50.17% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 151 - color contains mainly: green. Hex color #269770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269770 is #D9688F. Grayscale: #707070. Windows color (decimal): -14248080 or 7378726. OLE color: 7378726.

HSL color Cylindrical-coordinate representation of color #269770: hue angle of 159.29º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #269770 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 151 112 -
CMYK 0.75 0 0.26 0.41
HSL 159.29º 0.6% 0.37% -
HSV(B) 159.29º 0.75% 0.59% -
XYZ 14.79 23.72 19.13 -
YUV 112.77 127.56 74.67 -
System Red Green Blue C M Y K H S L
Decimal 38 151 112 0.75 0 0.26 0.41 159.29 0.6 0.37
Hex 26 97 70 4B 0 1A 29 9F 3C 25
Octal 46 227 160 113 0 32 51 237 74 45
Binary 100110 10010111 1110000 1001011 0 11010 101001 10011111 111100 100101

Color Harmonies of #269770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269770

Black with #269770

Text Example


Text Example

White with #269770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269770; }

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

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

background-color css

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

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

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

border-color css

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

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

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