Html Css Color HEX #03BA2C Dark Pastel Green

📋 copy color: '#03BA2C'

red 3 ◦ green 186 ◦ blue 44

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

Shades of Dark Pastel Green #03BA2C

Tints of Dark Pastel Green #03BA2C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 79.83%

 BLUE value IS 44 (17.58% from 255) = 18.88%

R = 1.29%
G = 79.83%
B = 18.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#03BA2C (or 0x03BA2C) is known color: Dark Pastel Green. HEX triplet: 03, BA and 2C. RGB value is (3,186,44). Sum of RGB (Red+Green+Blue) = 3+186+44=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA2C is #FC45D3. Grayscale: #737373. Windows color (decimal): -16532948 or 2931203. OLE color: 2931203.

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

Color convert

RGB 3 186 44 -
CMYK 0.98 0 0.76 0.27
HSL 133.44º 0.97% 0.37% -
HSV(B) 133.44º 0.98% 0.73% -
XYZ 18.05 35.32 8.25 -
YUV 115.1 87.87 48.05 -
System Red Green Blue C M Y K H S L
Decimal 3 186 44 0.98 0 0.76 0.27 133.44 0.97 0.37
Hex 3 BA 2C 62 0 4C 1B 85 61 25
Octal 3 272 54 142 0 114 33 205 141 45
Binary 11 10111010 101100 1100010 0 1001100 11011 10000101 1100001 100101

Color Harmonies of #03BA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA2C

Black with #03BA2C

Text Example


Text Example

White with #03BA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,186,44); }

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

background-color css

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

 a { background-color: rgb(3,186,44); }

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

border-color css

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

 span { border-color: rgb(3,186,44); }

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