Html Css Color HEX #03BA33 Dark Pastel Green

📋 copy color: '#03BA33'

red 3 ◦ green 186 ◦ blue 51

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

Shades of Dark Pastel Green #03BA33

Tints of Dark Pastel Green #03BA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.25%

R = 1.25%
G = 77.5%
B = 21.25%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#03BA33 (or 0x03BA33) is known color: Dark Pastel Green. HEX triplet: 03, BA and 33. RGB value is (3,186,51). Sum of RGB (Red+Green+Blue) = 3+186+51=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA33 is #FC45CC. Grayscale: #747474. Windows color (decimal): -16532941 or 3389955. OLE color: 3389955.

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

Color convert

RGB 3 186 51 -
CMYK 0.98 0 0.73 0.27
HSL 135.74º 0.97% 0.37% -
HSV(B) 135.74º 0.98% 0.73% -
XYZ 18.19 35.38 9 -
YUV 115.89 91.37 47.48 -
System Red Green Blue C M Y K H S L
Decimal 3 186 51 0.98 0 0.73 0.27 135.74 0.97 0.37
Hex 3 BA 33 62 0 49 1B 88 61 25
Octal 3 272 63 142 0 111 33 210 141 45
Binary 11 10111010 110011 1100010 0 1001001 11011 10001000 1100001 100101

Color Harmonies of #03BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA33

Black with #03BA33

Text Example


Text Example

White with #03BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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