Html Css Color HEX #23A47A Jungle Green

📋 copy color: '#23A47A'

red 35 ◦ green 164 ◦ blue 122

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

Shades of Jungle Green #23A47A

Tints of Jungle Green #23A47A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.09%

 BLUE value IS 122 (48.05% from 255) = 38.01%

R = 10.9%
G = 51.09%
B = 38.01%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#23A47A (or 0x23A47A) is known color: Jungle Green. HEX triplet: 23, A4 and 7A. RGB value is (35,164,122). Sum of RGB (Red+Green+Blue) = 35+164+122=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 122 (48.05% from 255 or 38.01% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #23A47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A47A is #DC5B85. Grayscale: #787878. Windows color (decimal): -14441350 or 8037411. OLE color: 8037411.

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

Color convert

RGB 35 164 122 -
CMYK 0.79 0 0.26 0.36
HSL 160.47º 0.65% 0.39% -
HSV(B) 160.47º 0.79% 0.64% -
XYZ 17.48 28.31 22.96 -
YUV 120.64 128.76 66.92 -
System Red Green Blue C M Y K H S L
Decimal 35 164 122 0.79 0 0.26 0.36 160.47 0.65 0.39
Hex 23 A4 7A 4F 0 1A 24 A0 41 27
Octal 43 244 172 117 0 32 44 240 101 47
Binary 100011 10100100 1111010 1001111 0 11010 100100 10100000 1000001 100111

Color Harmonies of #23A47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23A47A

Black with #23A47A

Text Example


Text Example

White with #23A47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,164,122); }

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

background-color css

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

 a { background-color: rgb(35,164,122); }

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

border-color css

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

 span { border-color: rgb(35,164,122); }

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