Html Css Color HEX #03BA30 Dark Pastel Green

📋 copy color: '#03BA30'

red 3 ◦ green 186 ◦ blue 48

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

Shades of Dark Pastel Green #03BA30

Tints of Dark Pastel Green #03BA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 1.27%
G = 78.48%
B = 20.25%

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

#03BA30 (or 0x03BA30) is known color: Dark Pastel Green. HEX triplet: 03, BA and 30. RGB value is (3,186,48). Sum of RGB (Red+Green+Blue) = 3+186+48=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 186 (73.05% from 255 or 78.48% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA30 is #FC45CF. Grayscale: #737373. Windows color (decimal): -16532944 or 3193347. OLE color: 3193347.

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

Color convert

RGB 3 186 48 -
CMYK 0.98 0 0.74 0.27
HSL 134.75º 0.97% 0.37% -
HSV(B) 134.75º 0.98% 0.73% -
XYZ 18.13 35.35 8.66 -
YUV 115.55 89.87 47.72 -
System Red Green Blue C M Y K H S L
Decimal 3 186 48 0.98 0 0.74 0.27 134.75 0.97 0.37
Hex 3 BA 30 62 0 4A 1B 87 61 25
Octal 3 272 60 142 0 112 33 207 141 45
Binary 11 10111010 110000 1100010 0 1001010 11011 10000111 1100001 100101

Color Harmonies of #03BA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA30

Black with #03BA30

Text Example


Text Example

White with #03BA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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