Html Css Color HEX #01CB1C Dark Pastel Green

📋 copy color: '#01CB1C'

red 1 ◦ green 203 ◦ blue 28

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

Shades of Dark Pastel Green #01CB1C

Tints of Dark Pastel Green #01CB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.07%

R = 0.43%
G = 87.5%
B = 12.07%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#01CB1C (or 0x01CB1C) is known color: Dark Pastel Green. HEX triplet: 01, CB and 1C. RGB value is (1,203,28). Sum of RGB (Red+Green+Blue) = 1+203+28=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 203 (79.69% from 255 or 87.5% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CB1C is #FE34E3. Grayscale: #7B7B7B. Windows color (decimal): -16659684 or 1886977. OLE color: 1886977.

HSL color Cylindrical-coordinate representation of color #01CB1C: hue angle of 128.02º 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 #01CB1C is Cyan = 1.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 203 28 -
CMYK 1.00 0 0.86 0.20
HSL 128.02º 0.99% 0.4% -
HSV(B) 128.02º 1% 0.8% -
XYZ 21.58 42.8 8.22 -
YUV 122.65 74.58 41.23 -
System Red Green Blue C M Y K H S L
Decimal 1 203 28 1.00 0 0.86 0.20 128.02 0.99 0.4
Hex 1 CB 1C 64 0 56 14 80 63 28
Octal 1 313 34 144 0 126 24 200 143 50
Binary 1 11001011 11100 1100100 0 1010110 10100 10000000 1100011 101000

Color Harmonies of #01CB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CB1C

Black with #01CB1C

Text Example


Text Example

White with #01CB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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