Html Css Color HEX #03BD42 Dark Pastel Green

📋 copy color: '#03BD42'

red 3 ◦ green 189 ◦ blue 66

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

Shades of Dark Pastel Green #03BD42

Tints of Dark Pastel Green #03BD42

RGB

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

 GREEN value IS 189 (74.22% from 255) = 73.26%

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 1.16%
G = 73.26%
B = 25.58%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#03BD42 (or 0x03BD42) is known color: Dark Pastel Green. HEX triplet: 03, BD and 42. RGB value is (3,189,66). Sum of RGB (Red+Green+Blue) = 3+189+66=258 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 258); Green value is 189 (74.22% from 255 or 73.26% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BD42 is #FC42BD. Grayscale: #777777. Windows color (decimal): -16532158 or 4373763. OLE color: 4373763.

HSL color Cylindrical-coordinate representation of color #03BD42: hue angle of 140.32º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BD42 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 189 66 -
CMYK 0.98 0 0.65 0.26
HSL 140.32º 0.97% 0.38% -
HSV(B) 140.32º 0.98% 0.74% -
XYZ 19.22 36.81 11.25 -
YUV 119.36 97.88 45 -
System Red Green Blue C M Y K H S L
Decimal 3 189 66 0.98 0 0.65 0.26 140.32 0.97 0.38
Hex 3 BD 42 62 0 41 1A 8C 61 26
Octal 3 275 102 142 0 101 32 214 141 46
Binary 11 10111101 1000010 1100010 0 1000001 11010 10001100 1100001 100110

Color Harmonies of #03BD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD42

Black with #03BD42

Text Example


Text Example

White with #03BD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,189,66); }

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

background-color css

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

 a { background-color: rgb(3,189,66); }

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

border-color css

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

 span { border-color: rgb(3,189,66); }

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