Html Css Color HEX #03AF1D Dark Pastel Green

📋 copy color: '#03AF1D'

red 3 ◦ green 175 ◦ blue 29

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

Shades of Dark Pastel Green #03AF1D

Tints of Dark Pastel Green #03AF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 1.45%
G = 84.54%
B = 14.01%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#03AF1D (or 0x03AF1D) is known color: Dark Pastel Green. HEX triplet: 03, AF and 1D. RGB value is (3,175,29). Sum of RGB (Red+Green+Blue) = 3+175+29=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 175 (68.75% from 255 or 84.54% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 175 - color contains mainly: green. Hex color #03AF1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03AF1D is #FC50E2. Grayscale: #6B6B6B. Windows color (decimal): -16535779 or 1945347. OLE color: 1945347.

HSL color Cylindrical-coordinate representation of color #03AF1D: hue angle of 129.07º 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 #03AF1D is Cyan = 0.98, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 175 29 -
CMYK 0.98 0 0.83 0.31
HSL 129.07º 0.97% 0.35% -
HSV(B) 129.07º 0.98% 0.69% -
XYZ 15.59 30.77 6.28 -
YUV 106.93 84.02 53.87 -
System Red Green Blue C M Y K H S L
Decimal 3 175 29 0.98 0 0.83 0.31 129.07 0.97 0.35
Hex 3 AF 1D 62 0 53 1F 81 61 23
Octal 3 257 35 142 0 123 37 201 141 43
Binary 11 10101111 11101 1100010 0 1010011 11111 10000001 1100001 100011

Color Harmonies of #03AF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AF1D

Black with #03AF1D

Text Example


Text Example

White with #03AF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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