Html Css Color HEX #01CF3E Dark Pastel Green

📋 copy color: '#01CF3E'

red 1 ◦ green 207 ◦ blue 62

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

Shades of Dark Pastel Green #01CF3E

Tints of Dark Pastel Green #01CF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 0.37%
G = 76.67%
B = 22.96%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#01CF3E (or 0x01CF3E) is known color: Dark Pastel Green. HEX triplet: 01, CF and 3E. RGB value is (1,207,62). Sum of RGB (Red+Green+Blue) = 1+207+62=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CF3E is #FE30C1. Grayscale: #818181. Windows color (decimal): -16658626 or 4116225. OLE color: 4116225.

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

Color convert

RGB 1 207 62 -
CMYK 1.00 0 0.70 0.19
HSL 137.77º 0.99% 0.41% -
HSV(B) 137.77º 1% 0.81% -
XYZ 23.19 44.98 12.02 -
YUV 128.88 90.25 36.79 -
System Red Green Blue C M Y K H S L
Decimal 1 207 62 1.00 0 0.70 0.19 137.77 0.99 0.41
Hex 1 CF 3E 64 0 46 13 8A 63 29
Octal 1 317 76 144 0 106 23 212 143 51
Binary 1 11001111 111110 1100100 0 1000110 10011 10001010 1100011 101001

Color Harmonies of #01CF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CF3E

Black with #01CF3E

Text Example


Text Example

White with #01CF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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