Html Css Color HEX #03C82F Dark Pastel Green

📋 copy color: '#03C82F'

red 3 ◦ green 200 ◦ blue 47

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

Shades of Dark Pastel Green #03C82F

Tints of Dark Pastel Green #03C82F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 80%

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

R = 1.2%
G = 80%
B = 18.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#03C82F (or 0x03C82F) is known color: Dark Pastel Green. HEX triplet: 03, C8 and 2F. RGB value is (3,200,47). Sum of RGB (Red+Green+Blue) = 3+200+47=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 200 (78.52% from 255 or 80% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 200 - color contains mainly: green. Hex color #03C82F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C82F is #FC37D0. Grayscale: #7C7C7C. Windows color (decimal): -16529361 or 3131395. OLE color: 3131395.

HSL color Cylindrical-coordinate representation of color #03C82F: hue angle of 133.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C82F is Cyan = 0.98, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 3 200 47 -
CMYK 0.98 0 0.76 0.22
HSL 133.4º 0.97% 0.4% -
HSV(B) 133.4º 0.99% 0.78% -
XYZ 21.2 41.53 9.59 -
YUV 123.66 84.73 41.94 -
System Red Green Blue C M Y K H S L
Decimal 3 200 47 0.98 0 0.76 0.22 133.4 0.97 0.4
Hex 3 C8 2F 62 0 4C 16 85 61 28
Octal 3 310 57 142 0 114 26 205 141 50
Binary 11 11001000 101111 1100010 0 1001100 10110 10000101 1100001 101000

Color Harmonies of #03C82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C82F

Black with #03C82F

Text Example


Text Example

White with #03C82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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