Html Css Color HEX #269172 Elf Green

📋 copy color: '#269172'

red 38 ◦ green 145 ◦ blue 114

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

Shades of Elf Green #269172

Tints of Elf Green #269172

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.82%

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 12.79%
G = 48.82%
B = 38.38%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#269172 (or 0x269172) is known color: Elf Green. HEX triplet: 26, 91 and 72. RGB value is (38,145,114). Sum of RGB (Red+Green+Blue) = 38+145+114=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #269172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269172 is #D96E8D. Grayscale: #6D6D6D. Windows color (decimal): -14249614 or 7508262. OLE color: 7508262.

HSL color Cylindrical-coordinate representation of color #269172: hue angle of 162.62º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269172 is Cyan = 0.74, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 145 114 -
CMYK 0.74 0 0.21 0.43
HSL 162.62º 0.58% 0.36% -
HSV(B) 162.62º 0.74% 0.57% -
XYZ 13.96 21.88 19.41 -
YUV 109.47 130.55 77.02 -
System Red Green Blue C M Y K H S L
Decimal 38 145 114 0.74 0 0.21 0.43 162.62 0.58 0.36
Hex 26 91 72 4A 0 15 2B A3 3A 24
Octal 46 221 162 112 0 25 53 243 72 44
Binary 100110 10010001 1110010 1001010 0 10101 101011 10100011 111010 100100

Color Harmonies of #269172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269172

Black with #269172

Text Example


Text Example

White with #269172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269172; }

 p { color: rgb(38,145,114); }

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

background-color css

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

 a { background-color: rgb(38,145,114); }

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

border-color css

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

 span { border-color: rgb(38,145,114); }

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