Html Css Color HEX #239A7D Jungle Green

📋 copy color: '#239A7D'

red 35 ◦ green 154 ◦ blue 125

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

Shades of Jungle Green #239A7D

Tints of Jungle Green #239A7D

RGB

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

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

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

R = 11.15%
G = 49.04%
B = 39.81%

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

#239A7D (or 0x239A7D) is known color: Jungle Green. HEX triplet: 23, 9A and 7D. RGB value is (35,154,125). Sum of RGB (Red+Green+Blue) = 35+154+125=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 154 (60.55% from 255 or 49.04% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 154 - color contains mainly: green. Hex color #239A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #239A7D is #DC6582. Grayscale: #737373. Windows color (decimal): -14443907 or 8231459. OLE color: 8231459.

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

Color convert

RGB 35 154 125 -
CMYK 0.77 0 0.19 0.40
HSL 165.38º 0.63% 0.37% -
HSV(B) 165.38º 0.77% 0.6% -
XYZ 15.95 24.95 23.38 -
YUV 115.11 133.58 70.86 -
System Red Green Blue C M Y K H S L
Decimal 35 154 125 0.77 0 0.19 0.40 165.38 0.63 0.37
Hex 23 9A 7D 4D 0 13 28 A5 3F 25
Octal 43 232 175 115 0 23 50 245 77 45
Binary 100011 10011010 1111101 1001101 0 10011 101000 10100101 111111 100101

Color Harmonies of #239A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #239A7D

Black with #239A7D

Text Example


Text Example

White with #239A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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