Html Css Color HEX #239F75 Jungle Green

📋 copy color: '#239F75'

red 35 ◦ green 159 ◦ blue 117

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

Shades of Jungle Green #239F75

Tints of Jungle Green #239F75

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.13%

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

R = 11.25%
G = 51.13%
B = 37.62%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#239F75 (or 0x239F75) is known color: Jungle Green. HEX triplet: 23, 9F and 75. RGB value is (35,159,117). Sum of RGB (Red+Green+Blue) = 35+159+117=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #239F75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239F75 is #DC608A. Grayscale: #757575. Windows color (decimal): -14442635 or 7708451. OLE color: 7708451.

HSL color Cylindrical-coordinate representation of color #239F75: hue angle of 159.68º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #239F75 is Cyan = 0.78, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 35 159 117 -
CMYK 0.78 0 0.26 0.38
HSL 159.68º 0.64% 0.38% -
HSV(B) 159.68º 0.78% 0.62% -
XYZ 16.3 26.44 21.07 -
YUV 117.14 127.92 69.42 -
System Red Green Blue C M Y K H S L
Decimal 35 159 117 0.78 0 0.26 0.38 159.68 0.64 0.38
Hex 23 9F 75 4E 0 1A 26 A0 40 26
Octal 43 237 165 116 0 32 46 240 100 46
Binary 100011 10011111 1110101 1001110 0 11010 100110 10100000 1000000 100110

Color Harmonies of #239F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239F75

Black with #239F75

Text Example


Text Example

White with #239F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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