Html Css Color HEX #03AA3D Dark Pastel Green

📋 copy color: '#03AA3D'

red 3 ◦ green 170 ◦ blue 61

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

Shades of Dark Pastel Green #03AA3D

Tints of Dark Pastel Green #03AA3D

RGB

 RED value IS 3 (1.56% from 255) = 1.28%

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

 BLUE value IS 61 (24.22% from 255) = 26.07%

R = 1.28%
G = 72.65%
B = 26.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#03AA3D (or 0x03AA3D) is known color: Dark Pastel Green. HEX triplet: 03, AA and 3D. RGB value is (3,170,61). Sum of RGB (Red+Green+Blue) = 3+170+61=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 170 (66.80% from 255 or 72.65% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AA3D is #FC55C2. Grayscale: #6B6B6B. Windows color (decimal): -16537027 or 4041219. OLE color: 4041219.

HSL color Cylindrical-coordinate representation of color #03AA3D: hue angle of 140.84º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AA3D is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 170 61 -
CMYK 0.98 0 0.64 0.33
HSL 140.84º 0.97% 0.34% -
HSV(B) 140.84º 0.98% 0.67% -
XYZ 15.25 29.11 9.23 -
YUV 107.64 101.67 53.36 -
System Red Green Blue C M Y K H S L
Decimal 3 170 61 0.98 0 0.64 0.33 140.84 0.97 0.34
Hex 3 AA 3D 62 0 40 21 8D 61 22
Octal 3 252 75 142 0 100 41 215 141 42
Binary 11 10101010 111101 1100010 0 1000000 100001 10001101 1100001 100010

Color Harmonies of #03AA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AA3D

Black with #03AA3D

Text Example


Text Example

White with #03AA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03AA3D; }

 p { color: rgb(3,170,61); }

 H1.HeaderClassName
 {
   color: #03AA3D;
 }
 .AnyTagClassName
 {
   color: #03AA3D;
 }
</style>

background-color css

<style>
 a { background-color: #03AA3D; }

 a { background-color: rgb(3,170,61); }

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

border-color css

<style>
 span { border-color: #03AA3D; }

 span { border-color: rgb(3,170,61); }

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