Html Css Color HEX #03C035 Dark Pastel Green

📋 copy color: '#03C035'

red 3 ◦ green 192 ◦ blue 53

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

Shades of Dark Pastel Green #03C035

Tints of Dark Pastel Green #03C035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 77.42%

 BLUE value IS 53 (21.09% from 255) = 21.37%

R = 1.21%
G = 77.42%
B = 21.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#03C035 (or 0x03C035) is known color: Dark Pastel Green. HEX triplet: 03, C0 and 35. RGB value is (3,192,53). Sum of RGB (Red+Green+Blue) = 3+192+53=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 192 (75.39% from 255 or 77.42% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 192 - color contains mainly: green. Hex color #03C035 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C035 is #FC3FCA. Grayscale: #787878. Windows color (decimal): -16531403 or 3522563. OLE color: 3522563.

HSL color Cylindrical-coordinate representation of color #03C035: hue angle of 135.87º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C035 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 192 53 -
CMYK 0.98 0 0.72 0.25
HSL 135.87º 0.97% 0.38% -
HSV(B) 135.87º 0.98% 0.75% -
XYZ 19.53 37.98 9.67 -
YUV 119.64 90.38 44.8 -
System Red Green Blue C M Y K H S L
Decimal 3 192 53 0.98 0 0.72 0.25 135.87 0.97 0.38
Hex 3 C0 35 62 0 48 19 88 61 26
Octal 3 300 65 142 0 110 31 210 141 46
Binary 11 11000000 110101 1100010 0 1001000 11001 10001000 1100001 100110

Color Harmonies of #03C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C035

Black with #03C035

Text Example


Text Example

White with #03C035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,192,53); }

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

background-color css

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

 a { background-color: rgb(3,192,53); }

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

border-color css

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

 span { border-color: rgb(3,192,53); }

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