Html Css Color HEX #03BD3B Dark Pastel Green

📋 copy color: '#03BD3B'

red 3 ◦ green 189 ◦ blue 59

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

Shades of Dark Pastel Green #03BD3B

Tints of Dark Pastel Green #03BD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.51%

R = 1.2%
G = 75.3%
B = 23.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#03BD3B (or 0x03BD3B) is known color: Dark Pastel Green. HEX triplet: 03, BD and 3B. RGB value is (3,189,59). Sum of RGB (Red+Green+Blue) = 3+189+59=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 189 (74.22% from 255 or 75.30% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BD3B is #FC42C4. Grayscale: #767676. Windows color (decimal): -16532165 or 3915011. OLE color: 3915011.

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

Color convert

RGB 3 189 59 -
CMYK 0.98 0 0.69 0.26
HSL 138.06º 0.97% 0.38% -
HSV(B) 138.06º 0.98% 0.74% -
XYZ 19.02 36.73 10.22 -
YUV 118.57 94.38 45.57 -
System Red Green Blue C M Y K H S L
Decimal 3 189 59 0.98 0 0.69 0.26 138.06 0.97 0.38
Hex 3 BD 3B 62 0 45 1A 8A 61 26
Octal 3 275 73 142 0 105 32 212 141 46
Binary 11 10111101 111011 1100010 0 1000101 11010 10001010 1100001 100110

Color Harmonies of #03BD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD3B

Black with #03BD3B

Text Example


Text Example

White with #03BD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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