Html Css Color HEX #03BA28 Dark Pastel Green

📋 copy color: '#03BA28'

red 3 ◦ green 186 ◦ blue 40

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

Shades of Dark Pastel Green #03BA28

Tints of Dark Pastel Green #03BA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 1.31%
G = 81.22%
B = 17.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#03BA28 (or 0x03BA28) is known color: Dark Pastel Green. HEX triplet: 03, BA and 28. RGB value is (3,186,40). Sum of RGB (Red+Green+Blue) = 3+186+40=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA28 is #FC45D7. Grayscale: #737373. Windows color (decimal): -16532952 or 2669059. OLE color: 2669059.

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

Color convert

RGB 3 186 40 -
CMYK 0.98 0 0.78 0.27
HSL 132.13º 0.97% 0.37% -
HSV(B) 132.13º 0.98% 0.73% -
XYZ 17.98 35.29 7.87 -
YUV 114.64 85.87 48.37 -
System Red Green Blue C M Y K H S L
Decimal 3 186 40 0.98 0 0.78 0.27 132.13 0.97 0.37
Hex 3 BA 28 62 0 4E 1B 84 61 25
Octal 3 272 50 142 0 116 33 204 141 45
Binary 11 10111010 101000 1100010 0 1001110 11011 10000100 1100001 100101

Color Harmonies of #03BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA28

Black with #03BA28

Text Example


Text Example

White with #03BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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