Html Css Color HEX #23AA40 Dark Pastel Green

📋 copy color: '#23AA40'

red 35 ◦ green 170 ◦ blue 64

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

Shades of Dark Pastel Green #23AA40

Tints of Dark Pastel Green #23AA40

RGB

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

 GREEN value IS 170 (66.8% from 255) = 63.2%

 BLUE value IS 64 (25.39% from 255) = 23.79%

R = 13.01%
G = 63.2%
B = 23.79%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#23AA40 (or 0x23AA40) is known color: Dark Pastel Green. HEX triplet: 23, AA and 40. RGB value is (35,170,64). Sum of RGB (Red+Green+Blue) = 35+170+64=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 170 (66.80% from 255 or 63.20% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 170 - color contains mainly: green. Hex color #23AA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #23AA40 is #DC55BF. Grayscale: #757575. Windows color (decimal): -14439872 or 4237859. OLE color: 4237859.

HSL color Cylindrical-coordinate representation of color #23AA40: hue angle of 132.89º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23AA40 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 170 64 -
CMYK 0.79 0 0.62 0.33
HSL 132.89º 0.66% 0.4% -
HSV(B) 132.89º 0.79% 0.67% -
XYZ 15.99 29.48 9.7 -
YUV 117.55 97.77 69.12 -
System Red Green Blue C M Y K H S L
Decimal 35 170 64 0.79 0 0.62 0.33 132.89 0.66 0.4
Hex 23 AA 40 4F 0 3E 21 85 42 28
Octal 43 252 100 117 0 76 41 205 102 50
Binary 100011 10101010 1000000 1001111 0 111110 100001 10000101 1000010 101000

Color Harmonies of #23AA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23AA40

Black with #23AA40

Text Example


Text Example

White with #23AA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,170,64); }

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

background-color css

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

 a { background-color: rgb(35,170,64); }

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

border-color css

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

 span { border-color: rgb(35,170,64); }

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