Html Css Color HEX #03B93C Dark Pastel Green

📋 copy color: '#03B93C'

red 3 ◦ green 185 ◦ blue 60

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

Shades of Dark Pastel Green #03B93C

Tints of Dark Pastel Green #03B93C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 74.6%

 BLUE value IS 60 (23.83% from 255) = 24.19%

R = 1.21%
G = 74.6%
B = 24.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#03B93C (or 0x03B93C) is known color: Dark Pastel Green. HEX triplet: 03, B9 and 3C. RGB value is (3,185,60). Sum of RGB (Red+Green+Blue) = 3+185+60=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 185 (72.66% from 255 or 74.60% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 185 - color contains mainly: green. Hex color #03B93C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03B93C is #FC46C3. Grayscale: #747474. Windows color (decimal): -16533188 or 3979523. OLE color: 3979523.

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

Color convert

RGB 3 185 60 -
CMYK 0.98 0 0.68 0.27
HSL 138.79º 0.97% 0.37% -
HSV(B) 138.79º 0.98% 0.73% -
XYZ 18.2 35.04 10.08 -
YUV 116.33 96.2 47.16 -
System Red Green Blue C M Y K H S L
Decimal 3 185 60 0.98 0 0.68 0.27 138.79 0.97 0.37
Hex 3 B9 3C 62 0 44 1B 8B 61 25
Octal 3 271 74 142 0 104 33 213 141 45
Binary 11 10111001 111100 1100010 0 1000100 11011 10001011 1100001 100101

Color Harmonies of #03B93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B93C

Black with #03B93C

Text Example


Text Example

White with #03B93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,185,60); }

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

background-color css

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

 a { background-color: rgb(3,185,60); }

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

border-color css

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

 span { border-color: rgb(3,185,60); }

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