Html Css Color HEX #269372 Elf Green

📋 copy color: '#269372'

red 38 ◦ green 147 ◦ blue 114

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

Shades of Elf Green #269372

Tints of Elf Green #269372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.16%

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

R = 12.71%
G = 49.16%
B = 38.13%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#269372 (or 0x269372) is known color: Elf Green. HEX triplet: 26, 93 and 72. RGB value is (38,147,114). Sum of RGB (Red+Green+Blue) = 38+147+114=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #269372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #269372 is #D96C8D. Grayscale: #6E6E6E. Windows color (decimal): -14249102 or 7508774. OLE color: 7508774.

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

Color convert

RGB 38 147 114 -
CMYK 0.74 0 0.22 0.42
HSL 161.83º 0.59% 0.36% -
HSV(B) 161.83º 0.74% 0.58% -
XYZ 14.27 22.49 19.51 -
YUV 110.65 129.89 76.18 -
System Red Green Blue C M Y K H S L
Decimal 38 147 114 0.74 0 0.22 0.42 161.83 0.59 0.36
Hex 26 93 72 4A 0 16 2A A2 3B 24
Octal 46 223 162 112 0 26 52 242 73 44
Binary 100110 10010011 1110010 1001010 0 10110 101010 10100010 111011 100100

Color Harmonies of #269372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269372

Black with #269372

Text Example


Text Example

White with #269372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269372; }

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

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

background-color css

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

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

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

border-color css

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

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

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