Html Css Color HEX #239A7C Jungle Green

📋 copy color: '#239A7C'

red 35 ◦ green 154 ◦ blue 124

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

Shades of Jungle Green #239A7C

Tints of Jungle Green #239A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 11.18%
G = 49.2%
B = 39.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#239A7C (or 0x239A7C) is known color: Jungle Green. HEX triplet: 23, 9A and 7C. RGB value is (35,154,124). Sum of RGB (Red+Green+Blue) = 35+154+124=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #239A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239A7C is #DC6583. Grayscale: #737373. Windows color (decimal): -14443908 or 8165923. OLE color: 8165923.

HSL color Cylindrical-coordinate representation of color #239A7C: hue angle of 164.87º 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 #239A7C is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 35 154 124 -
CMYK 0.77 0 0.19 0.40
HSL 164.87º 0.63% 0.37% -
HSV(B) 164.87º 0.77% 0.6% -
XYZ 15.89 24.92 23.04 -
YUV 115 133.08 70.94 -
System Red Green Blue C M Y K H S L
Decimal 35 154 124 0.77 0 0.19 0.40 164.87 0.63 0.37
Hex 23 9A 7C 4D 0 13 28 A5 3F 25
Octal 43 232 174 115 0 23 50 245 77 45
Binary 100011 10011010 1111100 1001101 0 10011 101000 10100101 111111 100101

Color Harmonies of #239A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239A7C

Black with #239A7C

Text Example


Text Example

White with #239A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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