Html Css Color HEX #03BA31 Dark Pastel Green

📋 copy color: '#03BA31'

red 3 ◦ green 186 ◦ blue 49

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

Shades of Dark Pastel Green #03BA31

Tints of Dark Pastel Green #03BA31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.59%

R = 1.26%
G = 78.15%
B = 20.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#03BA31 (or 0x03BA31) is known color: Dark Pastel Green. HEX triplet: 03, BA and 31. RGB value is (3,186,49). Sum of RGB (Red+Green+Blue) = 3+186+49=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 186 (73.05% from 255 or 78.15% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA31 is #FC45CE. Grayscale: #747474. Windows color (decimal): -16532943 or 3258883. OLE color: 3258883.

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

Color convert

RGB 3 186 49 -
CMYK 0.98 0 0.74 0.27
HSL 135.08º 0.97% 0.37% -
HSV(B) 135.08º 0.98% 0.73% -
XYZ 18.15 35.36 8.77 -
YUV 115.67 90.37 47.64 -
System Red Green Blue C M Y K H S L
Decimal 3 186 49 0.98 0 0.74 0.27 135.08 0.97 0.37
Hex 3 BA 31 62 0 4A 1B 87 61 25
Octal 3 272 61 142 0 112 33 207 141 45
Binary 11 10111010 110001 1100010 0 1001010 11011 10000111 1100001 100101

Color Harmonies of #03BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA31

Black with #03BA31

Text Example


Text Example

White with #03BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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