Html Css Color HEX #01C03B Dark Pastel Green

📋 copy color: '#01C03B'

red 1 ◦ green 192 ◦ blue 59

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

Shades of Dark Pastel Green #01C03B

Tints of Dark Pastel Green #01C03B

RGB

 RED value IS 1 (0.78% from 255) = 0.4%

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

 BLUE value IS 59 (23.44% from 255) = 23.41%

R = 0.4%
G = 76.19%
B = 23.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#01C03B (or 0x01C03B) is known color: Dark Pastel Green. HEX triplet: 01, C0 and 3B. RGB value is (1,192,59). Sum of RGB (Red+Green+Blue) = 1+192+59=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 192 (75.39% from 255 or 76.19% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 192 - color contains mainly: green. Hex color #01C03B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C03B is #FE3FC4. Grayscale: #787878. Windows color (decimal): -16662469 or 3915777. OLE color: 3915777.

HSL color Cylindrical-coordinate representation of color #01C03B: hue angle of 138.22º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C03B is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 192 59 -
CMYK 0.99 0 0.69 0.25
HSL 138.22º 0.99% 0.38% -
HSV(B) 138.22º 0.99% 0.75% -
XYZ 19.65 38.02 10.44 -
YUV 119.73 93.72 43.31 -
System Red Green Blue C M Y K H S L
Decimal 1 192 59 0.99 0 0.69 0.25 138.22 0.99 0.38
Hex 1 C0 3B 63 0 45 19 8A 63 26
Octal 1 300 73 143 0 105 31 212 143 46
Binary 1 11000000 111011 1100011 0 1000101 11001 10001010 1100011 100110

Color Harmonies of #01C03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C03B

Black with #01C03B

Text Example


Text Example

White with #01C03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C03B; }

 p { color: rgb(1,192,59); }

 H1.HeaderClassName
 {
   color: #01C03B;
 }
 .AnyTagClassName
 {
   color: #01C03B;
 }
</style>

background-color css

<style>
 a { background-color: #01C03B; }

 a { background-color: rgb(1,192,59); }

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

border-color css

<style>
 span { border-color: #01C03B; }

 span { border-color: rgb(1,192,59); }

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