Html Css Color HEX #03AE2D Dark Pastel Green

📋 copy color: '#03AE2D'

red 3 ◦ green 174 ◦ blue 45

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

Shades of Dark Pastel Green #03AE2D

Tints of Dark Pastel Green #03AE2D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 78.38%

 BLUE value IS 45 (17.97% from 255) = 20.27%

R = 1.35%
G = 78.38%
B = 20.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#03AE2D (or 0x03AE2D) is known color: Dark Pastel Green. HEX triplet: 03, AE and 2D. RGB value is (3,174,45). Sum of RGB (Red+Green+Blue) = 3+174+45=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 174 (68.36% from 255 or 78.38% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 174 - color contains mainly: green. Hex color #03AE2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AE2D is #FC51D2. Grayscale: #6C6C6C. Windows color (decimal): -16536019 or 2993667. OLE color: 2993667.

HSL color Cylindrical-coordinate representation of color #03AE2D: hue angle of 134.74º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AE2D is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 3 174 45 -
CMYK 0.98 0 0.74 0.32
HSL 134.74º 0.97% 0.35% -
HSV(B) 134.74º 0.98% 0.68% -
XYZ 15.65 30.48 7.54 -
YUV 108.17 92.35 52.99 -
System Red Green Blue C M Y K H S L
Decimal 3 174 45 0.98 0 0.74 0.32 134.74 0.97 0.35
Hex 3 AE 2D 62 0 4A 20 87 61 23
Octal 3 256 55 142 0 112 40 207 141 43
Binary 11 10101110 101101 1100010 0 1001010 100000 10000111 1100001 100011

Color Harmonies of #03AE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AE2D

Black with #03AE2D

Text Example


Text Example

White with #03AE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,174,45); }

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

background-color css

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

 a { background-color: rgb(3,174,45); }

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

border-color css

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

 span { border-color: rgb(3,174,45); }

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