Html Css Color HEX #03DB2F Dark Pastel Green

📋 copy color: '#03DB2F'

red 3 ◦ green 219 ◦ blue 47

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

Shades of Dark Pastel Green #03DB2F

Tints of Dark Pastel Green #03DB2F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 81.41%

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 1.12%
G = 81.41%
B = 17.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#03DB2F (or 0x03DB2F) is known color: Dark Pastel Green. HEX triplet: 03, DB and 2F. RGB value is (3,219,47). Sum of RGB (Red+Green+Blue) = 3+219+47=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 219 (85.94% from 255 or 81.41% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DB2F is #FC24D0. Grayscale: #878787. Windows color (decimal): -16524497 or 3136259. OLE color: 3136259.

HSL color Cylindrical-coordinate representation of color #03DB2F: hue angle of 132.22º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DB2F is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 219 47 -
CMYK 0.99 0 0.79 0.14
HSL 132.22º 0.97% 0.44% -
HSV(B) 132.22º 0.99% 0.86% -
XYZ 25.88 50.89 11.15 -
YUV 134.81 78.44 33.99 -
System Red Green Blue C M Y K H S L
Decimal 3 219 47 0.99 0 0.79 0.14 132.22 0.97 0.44
Hex 3 DB 2F 63 0 4F E 84 61 2C
Octal 3 333 57 143 0 117 16 204 141 54
Binary 11 11011011 101111 1100011 0 1001111 1110 10000100 1100001 101100

Color Harmonies of #03DB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DB2F

Black with #03DB2F

Text Example


Text Example

White with #03DB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,219,47); }

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

background-color css

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

 a { background-color: rgb(3,219,47); }

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

border-color css

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

 span { border-color: rgb(3,219,47); }

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