Html Css Color HEX #03BC4A Dark Pastel Green

📋 copy color: '#03BC4A'

red 3 ◦ green 188 ◦ blue 74

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

Shades of Dark Pastel Green #03BC4A

Tints of Dark Pastel Green #03BC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.92%

R = 1.13%
G = 70.94%
B = 27.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#03BC4A (or 0x03BC4A) is known color: Dark Pastel Green. HEX triplet: 03, BC and 4A. RGB value is (3,188,74). Sum of RGB (Red+Green+Blue) = 3+188+74=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 188 (73.83% from 255 or 70.94% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BC4A is #FC43B5. Grayscale: #777777. Windows color (decimal): -16532406 or 4897795. OLE color: 4897795.

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

Color convert

RGB 3 188 74 -
CMYK 0.98 0 0.61 0.26
HSL 143.03º 0.97% 0.37% -
HSV(B) 143.03º 0.98% 0.74% -
XYZ 19.26 36.48 12.51 -
YUV 119.69 102.21 44.77 -
System Red Green Blue C M Y K H S L
Decimal 3 188 74 0.98 0 0.61 0.26 143.03 0.97 0.37
Hex 3 BC 4A 62 0 3D 1A 8F 61 25
Octal 3 274 112 142 0 75 32 217 141 45
Binary 11 10111100 1001010 1100010 0 111101 11010 10001111 1100001 100101

Color Harmonies of #03BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC4A

Black with #03BC4A

Text Example


Text Example

White with #03BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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