Html Css Color HEX #239B72 Elf Green

📋 copy color: '#239B72'

red 35 ◦ green 155 ◦ blue 114

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

Shades of Elf Green #239B72

Tints of Elf Green #239B72

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.99%

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

R = 11.51%
G = 50.99%
B = 37.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#239B72 (or 0x239B72) is known color: Elf Green. HEX triplet: 23, 9B and 72. RGB value is (35,155,114). Sum of RGB (Red+Green+Blue) = 35+155+114=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #239B72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239B72 is #DC648D. Grayscale: #727272. Windows color (decimal): -14443662 or 7510819. OLE color: 7510819.

HSL color Cylindrical-coordinate representation of color #239B72: hue angle of 159.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #239B72 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 155 114 -
CMYK 0.77 0 0.26 0.39
HSL 159.5º 0.63% 0.37% -
HSV(B) 159.5º 0.77% 0.61% -
XYZ 15.45 25.01 19.93 -
YUV 114.45 127.74 71.33 -
System Red Green Blue C M Y K H S L
Decimal 35 155 114 0.77 0 0.26 0.39 159.5 0.63 0.37
Hex 23 9B 72 4D 0 1A 27 A0 3F 25
Octal 43 233 162 115 0 32 47 240 77 45
Binary 100011 10011011 1110010 1001101 0 11010 100111 10100000 111111 100101

Color Harmonies of #239B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239B72

Black with #239B72

Text Example


Text Example

White with #239B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #239B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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