#23997C

Color #23997C Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #23997C

Tints of Jungle Green #23997C

Color information

#23997C (or 0x23997C) is unknown color: approx Jungle Green. HEX triplet: 23, 99 and 7C. RGB value is (35,153,124). Sum of RGB (Red+Green+Blue) = 35+153+124=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #23997C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23997C is #DC6683. Grayscale: #727272. Windows color (decimal): -14444164 or 8165667. OLE color: 8165667.

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

Color convert

RGB35153124-
CMYK0.7700.190.4
HSL165.25º62.77%36.86%-
HSV(B)165.25º77.12%60%-
XYZ15.7224.622.99-
YUV114.41133.4171.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.22%
GREEN value IS 153 (60.16% from 255) = 49.04%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=11.22%
G=49.04%
B=39.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal351531240.7700.190.4165.2562.7736.86
Hex23997C4D01328a53f25
Octal43231174115023502457745
Binary100011100110011111100100110101001110100010100101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23997C; }

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

 H1.HeaderClassName
 {
   color: #23997C;
 }
 .AnyTagClassName
 {
   color: #23997C;
 }
</style>
background-color css

<style>
 a { background-color: #23997C; }

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

 div.DivClassName
 {
   background-color: #23997C;
 }
 .BgClassName
 {
   background-color: #23997C;
 }
</style>
border-color css

<style>
 span { border-color: #23997C; }

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

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