Html Css Color HEX #23A57F Jungle Green

📋 copy color: '#23A57F'

red 35 ◦ green 165 ◦ blue 127

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

Shades of Jungle Green #23A57F

Tints of Jungle Green #23A57F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 50.46%

 BLUE value IS 127 (50% from 255) = 38.84%

R = 10.7%
G = 50.46%
B = 38.84%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#23A57F (or 0x23A57F) is known color: Jungle Green. HEX triplet: 23, A5 and 7F. RGB value is (35,165,127). Sum of RGB (Red+Green+Blue) = 35+165+127=327 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.70% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #23A57F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A57F is #DC5A80. Grayscale: #797979. Windows color (decimal): -14441089 or 8365347. OLE color: 8365347.

HSL color Cylindrical-coordinate representation of color #23A57F: hue angle of 162.46º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A57F is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 35 165 127 -
CMYK 0.79 0 0.23 0.35
HSL 162.46º 0.65% 0.39% -
HSV(B) 162.46º 0.79% 0.65% -
XYZ 17.98 28.8 24.69 -
YUV 121.8 130.93 66.09 -
System Red Green Blue C M Y K H S L
Decimal 35 165 127 0.79 0 0.23 0.35 162.46 0.65 0.39
Hex 23 A5 7F 4F 0 17 23 A2 41 27
Octal 43 245 177 117 0 27 43 242 101 47
Binary 100011 10100101 1111111 1001111 0 10111 100011 10100010 1000001 100111

Color Harmonies of #23A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A57F

Black with #23A57F

Text Example


Text Example

White with #23A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23A57F; }

 p { color: rgb(35,165,127); }

 H1.HeaderClassName
 {
   color: #23A57F;
 }
 .AnyTagClassName
 {
   color: #23A57F;
 }
</style>

background-color css

<style>
 a { background-color: #23A57F; }

 a { background-color: rgb(35,165,127); }

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

border-color css

<style>
 span { border-color: #23A57F; }

 span { border-color: rgb(35,165,127); }

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