Html Css Color HEX #239C7E Jungle Green

📋 copy color: '#239C7E'

red 35 ◦ green 156 ◦ blue 126

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

Shades of Jungle Green #239C7E

Tints of Jungle Green #239C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.21%

 BLUE value IS 126 (49.61% from 255) = 39.75%

R = 11.04%
G = 49.21%
B = 39.75%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#239C7E (or 0x239C7E) is known color: Jungle Green. HEX triplet: 23, 9C and 7E. RGB value is (35,156,126). Sum of RGB (Red+Green+Blue) = 35+156+126=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #239C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239C7E is #DC6381. Grayscale: #747474. Windows color (decimal): -14443394 or 8297507. OLE color: 8297507.

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

Color convert

RGB 35 156 126 -
CMYK 0.78 0 0.19 0.39
HSL 165.12º 0.63% 0.37% -
HSV(B) 165.12º 0.78% 0.61% -
XYZ 16.35 25.64 23.83 -
YUV 116.4 133.41 69.94 -
System Red Green Blue C M Y K H S L
Decimal 35 156 126 0.78 0 0.19 0.39 165.12 0.63 0.37
Hex 23 9C 7E 4E 0 13 27 A5 3F 25
Octal 43 234 176 116 0 23 47 245 77 45
Binary 100011 10011100 1111110 1001110 0 10011 100111 10100101 111111 100101

Color Harmonies of #239C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239C7E

Black with #239C7E

Text Example


Text Example

White with #239C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,156,126); }

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

background-color css

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

 a { background-color: rgb(35,156,126); }

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

border-color css

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

 span { border-color: rgb(35,156,126); }

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