Html Css Color HEX #239472 Elf Green

📋 copy color: '#239472'

red 35 ◦ green 148 ◦ blue 114

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

Shades of Elf Green #239472

Tints of Elf Green #239472

RGB

 RED value IS 35 (14.06% from 255) = 11.78%

 GREEN value IS 148 (58.2% from 255) = 49.83%

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

R = 11.78%
G = 49.83%
B = 38.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#239472 (or 0x239472) is known color: Elf Green. HEX triplet: 23, 94 and 72. RGB value is (35,148,114). Sum of RGB (Red+Green+Blue) = 35+148+114=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #239472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239472 is #DC6B8D. Grayscale: #6E6E6E. Windows color (decimal): -14445454 or 7509027. OLE color: 7509027.

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

Color convert

RGB 35 148 114 -
CMYK 0.76 0 0.23 0.42
HSL 161.95º 0.62% 0.36% -
HSV(B) 161.95º 0.76% 0.58% -
XYZ 14.32 22.75 19.56 -
YUV 110.34 130.06 74.26 -
System Red Green Blue C M Y K H S L
Decimal 35 148 114 0.76 0 0.23 0.42 161.95 0.62 0.36
Hex 23 94 72 4C 0 17 2A A2 3E 24
Octal 43 224 162 114 0 27 52 242 76 44
Binary 100011 10010100 1110010 1001100 0 10111 101010 10100010 111110 100100

Color Harmonies of #239472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239472

Black with #239472

Text Example


Text Example

White with #239472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239472; }

 p { color: rgb(35,148,114); }

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

background-color css

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

 a { background-color: rgb(35,148,114); }

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

border-color css

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

 span { border-color: rgb(35,148,114); }

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