Html Css Color HEX #269772 Elf Green

📋 copy color: '#269772'

red 38 ◦ green 151 ◦ blue 114

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

Shades of Elf Green #269772

Tints of Elf Green #269772

RGB

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

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

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

R = 12.54%
G = 49.83%
B = 37.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#269772 (or 0x269772) is known color: Elf Green. HEX triplet: 26, 97 and 72. RGB value is (38,151,114). Sum of RGB (Red+Green+Blue) = 38+151+114=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #269772 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269772 is #D9688D. Grayscale: #717171. Windows color (decimal): -14248078 or 7509798. OLE color: 7509798.

HSL color Cylindrical-coordinate representation of color #269772: hue angle of 160.35º 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 #269772 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 151 114 -
CMYK 0.75 0 0.25 0.41
HSL 160.35º 0.6% 0.37% -
HSV(B) 160.35º 0.75% 0.59% -
XYZ 14.9 23.76 19.72 -
YUV 113 128.56 74.51 -
System Red Green Blue C M Y K H S L
Decimal 38 151 114 0.75 0 0.25 0.41 160.35 0.6 0.37
Hex 26 97 72 4B 0 19 29 A0 3C 25
Octal 46 227 162 113 0 31 51 240 74 45
Binary 100110 10010111 1110010 1001011 0 11001 101001 10100000 111100 100101

Color Harmonies of #269772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269772

Black with #269772

Text Example


Text Example

White with #269772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269772; }

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

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

background-color css

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

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

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

border-color css

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

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

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