Html Css Color HEX #03BC3A Dark Pastel Green

📋 copy color: '#03BC3A'

red 3 ◦ green 188 ◦ blue 58

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

Shades of Dark Pastel Green #03BC3A

Tints of Dark Pastel Green #03BC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 75.5%

 BLUE value IS 58 (23.05% from 255) = 23.29%

R = 1.2%
G = 75.5%
B = 23.29%

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

#03BC3A (or 0x03BC3A) is known color: Dark Pastel Green. HEX triplet: 03, BC and 3A. RGB value is (3,188,58). Sum of RGB (Red+Green+Blue) = 3+188+58=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 188 (73.83% from 255 or 75.50% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BC3A is #FC43C5. Grayscale: #767676. Windows color (decimal): -16532422 or 3849219. OLE color: 3849219.

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

Color convert

RGB 3 188 58 -
CMYK 0.98 0 0.69 0.26
HSL 137.84º 0.97% 0.37% -
HSV(B) 137.84º 0.98% 0.74% -
XYZ 18.78 36.29 10.02 -
YUV 117.87 94.21 46.07 -
System Red Green Blue C M Y K H S L
Decimal 3 188 58 0.98 0 0.69 0.26 137.84 0.97 0.37
Hex 3 BC 3A 62 0 45 1A 8A 61 25
Octal 3 274 72 142 0 105 32 212 141 45
Binary 11 10111100 111010 1100010 0 1000101 11010 10001010 1100001 100101

Color Harmonies of #03BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC3A

Black with #03BC3A

Text Example


Text Example

White with #03BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,188,58); }

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

background-color css

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

 a { background-color: rgb(3,188,58); }

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

border-color css

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

 span { border-color: rgb(3,188,58); }

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