Html Css Color HEX #03AF31 Dark Pastel Green

📋 copy color: '#03AF31'

red 3 ◦ green 175 ◦ blue 49

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

Shades of Dark Pastel Green #03AF31

Tints of Dark Pastel Green #03AF31

RGB

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

 GREEN value IS 175 (68.75% from 255) = 77.09%

 BLUE value IS 49 (19.53% from 255) = 21.59%

R = 1.32%
G = 77.09%
B = 21.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#03AF31 (or 0x03AF31) is known color: Dark Pastel Green. HEX triplet: 03, AF and 31. RGB value is (3,175,49). Sum of RGB (Red+Green+Blue) = 3+175+49=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 175 (68.75% from 255 or 77.09% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AF31 is #FC50CE. Grayscale: #6D6D6D. Windows color (decimal): -16535759 or 3256067. OLE color: 3256067.

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

Color convert

RGB 3 175 49 -
CMYK 0.98 0 0.72 0.31
HSL 136.05º 0.97% 0.35% -
HSV(B) 136.05º 0.98% 0.69% -
XYZ 15.92 30.9 8.03 -
YUV 109.21 94.02 52.25 -
System Red Green Blue C M Y K H S L
Decimal 3 175 49 0.98 0 0.72 0.31 136.05 0.97 0.35
Hex 3 AF 31 62 0 48 1F 88 61 23
Octal 3 257 61 142 0 110 37 210 141 43
Binary 11 10101111 110001 1100010 0 1001000 11111 10001000 1100001 100011

Color Harmonies of #03AF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF31

Black with #03AF31

Text Example


Text Example

White with #03AF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,175,49); }

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

background-color css

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

 a { background-color: rgb(3,175,49); }

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

border-color css

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

 span { border-color: rgb(3,175,49); }

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