Html Css Color HEX #03BA3D Dark Pastel Green

📋 copy color: '#03BA3D'

red 3 ◦ green 186 ◦ blue 61

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

Shades of Dark Pastel Green #03BA3D

Tints of Dark Pastel Green #03BA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.4%

R = 1.2%
G = 74.4%
B = 24.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#03BA3D (or 0x03BA3D) is known color: Dark Pastel Green. HEX triplet: 03, BA and 3D. RGB value is (3,186,61). Sum of RGB (Red+Green+Blue) = 3+186+61=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03BA3D is #FC45C2. Grayscale: #757575. Windows color (decimal): -16532931 or 4045315. OLE color: 4045315.

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

Color convert

RGB 3 186 61 -
CMYK 0.98 0 0.67 0.27
HSL 139.02º 0.97% 0.37% -
HSV(B) 139.02º 0.98% 0.73% -
XYZ 18.44 35.47 10.29 -
YUV 117.03 96.37 46.66 -
System Red Green Blue C M Y K H S L
Decimal 3 186 61 0.98 0 0.67 0.27 139.02 0.97 0.37
Hex 3 BA 3D 62 0 43 1B 8B 61 25
Octal 3 272 75 142 0 103 33 213 141 45
Binary 11 10111010 111101 1100010 0 1000011 11011 10001011 1100001 100101

Color Harmonies of #03BA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA3D

Black with #03BA3D

Text Example


Text Example

White with #03BA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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