Html Css Color HEX #239C7D Jungle Green

📋 copy color: '#239C7D'

red 35 ◦ green 156 ◦ blue 125

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

Shades of Jungle Green #239C7D

Tints of Jungle Green #239C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 11.08%
G = 49.37%
B = 39.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#239C7D (or 0x239C7D) is known color: Jungle Green. HEX triplet: 23, 9C and 7D. RGB value is (35,156,125). Sum of RGB (Red+Green+Blue) = 35+156+125=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #239C7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239C7D is #DC6382. Grayscale: #747474. Windows color (decimal): -14443395 or 8231971. OLE color: 8231971.

HSL color Cylindrical-coordinate representation of color #239C7D: hue angle of 164.63º 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 #239C7D is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.39.

Color convert

RGB 35 156 125 -
CMYK 0.78 0 0.20 0.39
HSL 164.63º 0.63% 0.37% -
HSV(B) 164.63º 0.78% 0.61% -
XYZ 16.28 25.61 23.49 -
YUV 116.29 132.91 70.02 -
System Red Green Blue C M Y K H S L
Decimal 35 156 125 0.78 0 0.20 0.39 164.63 0.63 0.37
Hex 23 9C 7D 4E 0 14 27 A5 3F 25
Octal 43 234 175 116 0 24 47 245 77 45
Binary 100011 10011100 1111101 1001110 0 10100 100111 10100101 111111 100101

Color Harmonies of #239C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239C7D

Black with #239C7D

Text Example


Text Example

White with #239C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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