Html Css Color HEX #239A75 Elf Green

📋 copy color: '#239A75'

red 35 ◦ green 154 ◦ blue 117

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

Shades of Elf Green #239A75

Tints of Elf Green #239A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.33%

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 11.44%
G = 50.33%
B = 38.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#239A75 (or 0x239A75) is known color: Elf Green. HEX triplet: 23, 9A and 75. RGB value is (35,154,117). Sum of RGB (Red+Green+Blue) = 35+154+117=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 154 (60.55% from 255 or 50.33% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 154 - color contains mainly: green. Hex color #239A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239A75 is #DC658A. Grayscale: #727272. Windows color (decimal): -14443915 or 7707171. OLE color: 7707171.

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

Color convert

RGB 35 154 117 -
CMYK 0.77 0 0.24 0.40
HSL 161.34º 0.63% 0.37% -
HSV(B) 161.34º 0.77% 0.6% -
XYZ 15.46 24.75 20.79 -
YUV 114.2 129.58 71.51 -
System Red Green Blue C M Y K H S L
Decimal 35 154 117 0.77 0 0.24 0.40 161.34 0.63 0.37
Hex 23 9A 75 4D 0 18 28 A1 3F 25
Octal 43 232 165 115 0 30 50 241 77 45
Binary 100011 10011010 1110101 1001101 0 11000 101000 10100001 111111 100101

Color Harmonies of #239A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239A75

Black with #239A75

Text Example


Text Example

White with #239A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,154,117); }

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

background-color css

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

 a { background-color: rgb(35,154,117); }

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

border-color css

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

 span { border-color: rgb(35,154,117); }

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