Html Css Color HEX #03BA36 Dark Pastel Green

📋 copy color: '#03BA36'

red 3 ◦ green 186 ◦ blue 54

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

Shades of Dark Pastel Green #03BA36

Tints of Dark Pastel Green #03BA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.22%

R = 1.23%
G = 76.54%
B = 22.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#03BA36 (or 0x03BA36) is known color: Dark Pastel Green. HEX triplet: 03, BA and 36. RGB value is (3,186,54). Sum of RGB (Red+Green+Blue) = 3+186+54=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 186 (73.05% from 255 or 76.54% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA36 is #FC45C9. Grayscale: #747474. Windows color (decimal): -16532938 or 3586563. OLE color: 3586563.

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

Color convert

RGB 3 186 54 -
CMYK 0.98 0 0.71 0.27
HSL 136.72º 0.97% 0.37% -
HSV(B) 136.72º 0.98% 0.73% -
XYZ 18.26 35.4 9.36 -
YUV 116.24 92.87 47.23 -
System Red Green Blue C M Y K H S L
Decimal 3 186 54 0.98 0 0.71 0.27 136.72 0.97 0.37
Hex 3 BA 36 62 0 47 1B 89 61 25
Octal 3 272 66 142 0 107 33 211 141 45
Binary 11 10111010 110110 1100010 0 1000111 11011 10001001 1100001 100101

Color Harmonies of #03BA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA36

Black with #03BA36

Text Example


Text Example

White with #03BA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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