Html Css Color HEX #01CB47 Dark Pastel Green

📋 copy color: '#01CB47'

red 1 ◦ green 203 ◦ blue 71

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

Shades of Dark Pastel Green #01CB47

Tints of Dark Pastel Green #01CB47

RGB

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

 GREEN value IS 203 (79.69% from 255) = 73.82%

 BLUE value IS 71 (28.13% from 255) = 25.82%

R = 0.36%
G = 73.82%
B = 25.82%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#01CB47 (or 0x01CB47) is known color: Dark Pastel Green. HEX triplet: 01, CB and 47. RGB value is (1,203,71). Sum of RGB (Red+Green+Blue) = 1+203+71=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 203 (79.69% from 255 or 73.82% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CB47 is #FE34B8. Grayscale: #7F7F7F. Windows color (decimal): -16659641 or 4705025. OLE color: 4705025.

HSL color Cylindrical-coordinate representation of color #01CB47: hue angle of 140.79º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CB47 is Cyan = 1.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 203 71 -
CMYK 1.00 0 0.65 0.20
HSL 140.79º 0.99% 0.4% -
HSV(B) 140.79º 1% 0.8% -
XYZ 22.51 43.17 13.11 -
YUV 127.55 96.08 37.73 -
System Red Green Blue C M Y K H S L
Decimal 1 203 71 1.00 0 0.65 0.20 140.79 0.99 0.4
Hex 1 CB 47 64 0 41 14 8D 63 28
Octal 1 313 107 144 0 101 24 215 143 50
Binary 1 11001011 1000111 1100100 0 1000001 10100 10001101 1100011 101000

Color Harmonies of #01CB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CB47

Black with #01CB47

Text Example


Text Example

White with #01CB47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,203,71); }

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

background-color css

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

 a { background-color: rgb(1,203,71); }

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

border-color css

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

 span { border-color: rgb(1,203,71); }

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