Html Css Color HEX #269272 Elf Green

📋 copy color: '#269272'

red 38 ◦ green 146 ◦ blue 114

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

Shades of Elf Green #269272

Tints of Elf Green #269272

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.99%

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

R = 12.75%
G = 48.99%
B = 38.26%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#269272 (or 0x269272) is known color: Elf Green. HEX triplet: 26, 92 and 72. RGB value is (38,146,114). Sum of RGB (Red+Green+Blue) = 38+146+114=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #269272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269272 is #D96D8D. Grayscale: #6E6E6E. Windows color (decimal): -14249358 or 7508518. OLE color: 7508518.

HSL color Cylindrical-coordinate representation of color #269272: hue angle of 162.22º degrees, saturation: 0.59, 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 #269272 is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 38 146 114 -
CMYK 0.74 0 0.22 0.43
HSL 162.22º 0.59% 0.36% -
HSV(B) 162.22º 0.74% 0.57% -
XYZ 14.12 22.18 19.46 -
YUV 110.06 130.22 76.6 -
System Red Green Blue C M Y K H S L
Decimal 38 146 114 0.74 0 0.22 0.43 162.22 0.59 0.36
Hex 26 92 72 4A 0 16 2B A2 3B 24
Octal 46 222 162 112 0 26 53 242 73 44
Binary 100110 10010010 1110010 1001010 0 10110 101011 10100010 111011 100100

Color Harmonies of #269272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269272

Black with #269272

Text Example


Text Example

White with #269272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269272; }

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

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

background-color css

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

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

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

border-color css

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

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

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