Html Css Color HEX #23997D Jungle Green

📋 copy color: '#23997D'

red 35 ◦ green 153 ◦ blue 125

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

Shades of Jungle Green #23997D

Tints of Jungle Green #23997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.88%

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

R = 11.18%
G = 48.88%
B = 39.94%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#23997D (or 0x23997D) is known color: Jungle Green. HEX triplet: 23, 99 and 7D. RGB value is (35,153,125). Sum of RGB (Red+Green+Blue) = 35+153+125=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #23997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23997D is #DC6682. Grayscale: #727272. Windows color (decimal): -14444163 or 8231203. OLE color: 8231203.

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

Color convert

RGB 35 153 125 -
CMYK 0.77 0 0.18 0.4
HSL 165.76º 0.63% 0.37% -
HSV(B) 165.76º 0.77% 0.6% -
XYZ 15.79 24.62 23.32 -
YUV 114.53 133.91 71.28 -
System Red Green Blue C M Y K H S L
Decimal 35 153 125 0.77 0 0.18 0.4 165.76 0.63 0.37
Hex 23 99 7D 4D 0 12 28 A6 3F 25
Octal 43 231 175 115 0 22 50 246 77 45
Binary 100011 10011001 1111101 1001101 0 10010 101000 10100110 111111 100101

Color Harmonies of #23997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23997D

Black with #23997D

Text Example


Text Example

White with #23997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23997D;
 }
 .AnyTagClassName
 {
   color: #23997D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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