Html Css Color HEX #2CAA30 Forest Green

📋 copy color: '#2CAA30'

red 44 ◦ green 170 ◦ blue 48

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

Shades of Forest Green #2CAA30

Tints of Forest Green #2CAA30

RGB

 RED value IS 44 (17.58% from 255) = 16.79%

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

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 16.79%
G = 64.89%
B = 18.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#2CAA30 (or 0x2CAA30) is known color: Forest Green. HEX triplet: 2C, AA and 30. RGB value is (44,170,48). Sum of RGB (Red+Green+Blue) = 44+170+48=262 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.79% from 262); Green value is 170 (66.80% from 255 or 64.89% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAA30 is #D355CF. Grayscale: #767676. Windows color (decimal): -13850064 or 3189292. OLE color: 3189292.

HSL color Cylindrical-coordinate representation of color #2CAA30: hue angle of 121.9º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAA30 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 170 48 -
CMYK 0.74 0 0.72 0.33
HSL 121.9º 0.59% 0.42% -
HSV(B) 121.9º 0.74% 0.67% -
XYZ 15.95 29.5 7.65 -
YUV 118.42 88.26 74.92 -
System Red Green Blue C M Y K H S L
Decimal 44 170 48 0.74 0 0.72 0.33 121.9 0.59 0.42
Hex 2C AA 30 4A 0 48 21 7A 3B 2A
Octal 54 252 60 112 0 110 41 172 73 52
Binary 101100 10101010 110000 1001010 0 1001000 100001 1111010 111011 101010

Color Harmonies of #2CAA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAA30

Black with #2CAA30

Text Example


Text Example

White with #2CAA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CAA30; }

 p { color: rgb(44,170,48); }

 H1.HeaderClassName
 {
   color: #2CAA30;
 }
 .AnyTagClassName
 {
   color: #2CAA30;
 }
</style>

background-color css

<style>
 a { background-color: #2CAA30; }

 a { background-color: rgb(44,170,48); }

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

border-color css

<style>
 span { border-color: #2CAA30; }

 span { border-color: rgb(44,170,48); }

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