Html Css Color HEX #239B7E Jungle Green

📋 copy color: '#239B7E'

red 35 ◦ green 155 ◦ blue 126

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

Shades of Jungle Green #239B7E

Tints of Jungle Green #239B7E

RGB

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

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

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

R = 11.08%
G = 49.05%
B = 39.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#239B7E (or 0x239B7E) is known color: Jungle Green. HEX triplet: 23, 9B and 7E. RGB value is (35,155,126). Sum of RGB (Red+Green+Blue) = 35+155+126=316 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.08% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #239B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239B7E is #DC6481. Grayscale: #737373. Windows color (decimal): -14443650 or 8297251. OLE color: 8297251.

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

Color convert

RGB 35 155 126 -
CMYK 0.77 0 0.19 0.39
HSL 165.5º 0.63% 0.37% -
HSV(B) 165.5º 0.77% 0.61% -
XYZ 16.18 25.31 23.77 -
YUV 115.81 133.74 70.36 -
System Red Green Blue C M Y K H S L
Decimal 35 155 126 0.77 0 0.19 0.39 165.5 0.63 0.37
Hex 23 9B 7E 4D 0 13 27 A6 3F 25
Octal 43 233 176 115 0 23 47 246 77 45
Binary 100011 10011011 1111110 1001101 0 10011 100111 10100110 111111 100101

Color Harmonies of #239B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239B7E

Black with #239B7E

Text Example


Text Example

White with #239B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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