Html Css Color HEX #03C11A Dark Pastel Green

📋 copy color: '#03C11A'

red 3 ◦ green 193 ◦ blue 26

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

Shades of Dark Pastel Green #03C11A

Tints of Dark Pastel Green #03C11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.71%

R = 1.35%
G = 86.94%
B = 11.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#03C11A (or 0x03C11A) is known color: Dark Pastel Green. HEX triplet: 03, C1 and 1A. RGB value is (3,193,26). Sum of RGB (Red+Green+Blue) = 3+193+26=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 193 (75.78% from 255 or 86.94% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 193 - color contains mainly: green. Hex color #03C11A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03C11A is #FC3EE5. Grayscale: #757575. Windows color (decimal): -16531174 or 1753347. OLE color: 1753347.

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

Color convert

RGB 3 193 26 -
CMYK 0.98 0 0.87 0.24
HSL 127.26º 0.97% 0.38% -
HSV(B) 127.26º 0.98% 0.76% -
XYZ 19.29 38.23 7.34 -
YUV 117.15 76.55 46.58 -
System Red Green Blue C M Y K H S L
Decimal 3 193 26 0.98 0 0.87 0.24 127.26 0.97 0.38
Hex 3 C1 1A 62 0 57 18 7F 61 26
Octal 3 301 32 142 0 127 30 177 141 46
Binary 11 11000001 11010 1100010 0 1010111 11000 1111111 1100001 100110

Color Harmonies of #03C11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C11A

Black with #03C11A

Text Example


Text Example

White with #03C11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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