Html Css Color HEX #01CF2C Dark Pastel Green

📋 copy color: '#01CF2C'

red 1 ◦ green 207 ◦ blue 44

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

Shades of Dark Pastel Green #01CF2C

Tints of Dark Pastel Green #01CF2C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 82.14%

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 0.4%
G = 82.14%
B = 17.46%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.19

RGB Variations

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

Color information

#01CF2C (or 0x01CF2C) is known color: Dark Pastel Green. HEX triplet: 01, CF and 2C. RGB value is (1,207,44). Sum of RGB (Red+Green+Blue) = 1+207+44=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 207 (81.25% from 255 or 82.14% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CF2C is #FE30D3. Grayscale: #7F7F7F. Windows color (decimal): -16658644 or 2936577. OLE color: 2936577.

HSL color Cylindrical-coordinate representation of color #01CF2C: hue angle of 132.52º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CF2C is Cyan = 1.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 207 44 -
CMYK 1.00 0 0.79 0.19
HSL 132.52º 0.99% 0.41% -
HSV(B) 132.52º 1% 0.81% -
XYZ 22.78 44.81 9.83 -
YUV 126.82 81.25 38.25 -
System Red Green Blue C M Y K H S L
Decimal 1 207 44 1.00 0 0.79 0.19 132.52 0.99 0.41
Hex 1 CF 2C 64 0 4F 13 85 63 29
Octal 1 317 54 144 0 117 23 205 143 51
Binary 1 11001111 101100 1100100 0 1001111 10011 10000101 1100011 101001

Color Harmonies of #01CF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CF2C

Black with #01CF2C

Text Example


Text Example

White with #01CF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,207,44); }

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

background-color css

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

 a { background-color: rgb(1,207,44); }

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

border-color css

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

 span { border-color: rgb(1,207,44); }

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