Html Css Color HEX #239B7C Jungle Green

📋 copy color: '#239B7C'

red 35 ◦ green 155 ◦ blue 124

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

Shades of Jungle Green #239B7C

Tints of Jungle Green #239B7C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.36%

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

R = 11.15%
G = 49.36%
B = 39.49%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.2

 K value IS 0.39

RGB Variations

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

Color information

#239B7C (or 0x239B7C) is known color: Jungle Green. HEX triplet: 23, 9B and 7C. RGB value is (35,155,124). Sum of RGB (Red+Green+Blue) = 35+155+124=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #239B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239B7C is #DC6483. Grayscale: #737373. Windows color (decimal): -14443652 or 8166179. OLE color: 8166179.

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

Color convert

RGB 35 155 124 -
CMYK 0.77 0 0.2 0.39
HSL 164.5º 0.63% 0.37% -
HSV(B) 164.5º 0.77% 0.61% -
XYZ 16.05 25.26 23.1 -
YUV 115.59 132.74 70.52 -
System Red Green Blue C M Y K H S L
Decimal 35 155 124 0.77 0 0.2 0.39 164.5 0.63 0.37
Hex 23 9B 7C 4D 0 14 27 A4 3F 25
Octal 43 233 174 115 0 24 47 244 77 45
Binary 100011 10011011 1111100 1001101 0 10100 100111 10100100 111111 100101

Color Harmonies of #239B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239B7C

Black with #239B7C

Text Example


Text Example

White with #239B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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