Html Css Color HEX #03C12B Dark Pastel Green

📋 copy color: '#03C12B'

red 3 ◦ green 193 ◦ blue 43

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

Shades of Dark Pastel Green #03C12B

Tints of Dark Pastel Green #03C12B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 80.75%

 BLUE value IS 43 (17.19% from 255) = 17.99%

R = 1.26%
G = 80.75%
B = 17.99%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#03C12B (or 0x03C12B) is known color: Dark Pastel Green. HEX triplet: 03, C1 and 2B. RGB value is (3,193,43). Sum of RGB (Red+Green+Blue) = 3+193+43=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 193 (75.78% from 255 or 80.75% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 193 - color contains mainly: green. Hex color #03C12B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C12B is #FC3ED4. Grayscale: #777777. Windows color (decimal): -16531157 or 2867459. OLE color: 2867459.

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

Color convert

RGB 3 193 43 -
CMYK 0.98 0 0.78 0.24
HSL 132.63º 0.97% 0.38% -
HSV(B) 132.63º 0.98% 0.76% -
XYZ 19.54 38.33 8.65 -
YUV 119.09 85.05 45.2 -
System Red Green Blue C M Y K H S L
Decimal 3 193 43 0.98 0 0.78 0.24 132.63 0.97 0.38
Hex 3 C1 2B 62 0 4E 18 85 61 26
Octal 3 301 53 142 0 116 30 205 141 46
Binary 11 11000001 101011 1100010 0 1001110 11000 10000101 1100001 100110

Color Harmonies of #03C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C12B

Black with #03C12B

Text Example


Text Example

White with #03C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,193,43); }

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

background-color css

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

 a { background-color: rgb(3,193,43); }

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

border-color css

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

 span { border-color: rgb(3,193,43); }

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