Html Css Color HEX #03B31D Dark Pastel Green

📋 copy color: '#03B31D'

red 3 ◦ green 179 ◦ blue 29

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

Shades of Dark Pastel Green #03B31D

Tints of Dark Pastel Green #03B31D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 84.83%

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

R = 1.42%
G = 84.83%
B = 13.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#03B31D (or 0x03B31D) is known color: Dark Pastel Green. HEX triplet: 03, B3 and 1D. RGB value is (3,179,29). Sum of RGB (Red+Green+Blue) = 3+179+29=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 179 (70.31% from 255 or 84.83% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 179 - color contains mainly: green. Hex color #03B31D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03B31D is #FC4CE2. Grayscale: #6D6D6D. Windows color (decimal): -16534755 or 1946371. OLE color: 1946371.

HSL color Cylindrical-coordinate representation of color #03B31D: hue angle of 128.86º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B31D is Cyan = 0.98, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 3 179 29 -
CMYK 0.98 0 0.84 0.30
HSL 128.86º 0.97% 0.36% -
HSV(B) 128.86º 0.98% 0.7% -
XYZ 16.38 32.35 6.54 -
YUV 109.28 82.69 52.2 -
System Red Green Blue C M Y K H S L
Decimal 3 179 29 0.98 0 0.84 0.30 128.86 0.97 0.36
Hex 3 B3 1D 62 0 54 1E 81 61 24
Octal 3 263 35 142 0 124 36 201 141 44
Binary 11 10110011 11101 1100010 0 1010100 11110 10000001 1100001 100100

Color Harmonies of #03B31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B31D

Black with #03B31D

Text Example


Text Example

White with #03B31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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