Html Css Color HEX #01CF37 Dark Pastel Green

📋 copy color: '#01CF37'

red 1 ◦ green 207 ◦ blue 55

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

Shades of Dark Pastel Green #01CF37

Tints of Dark Pastel Green #01CF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 0.38%
G = 78.71%
B = 20.91%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.73

 K value IS 0.19

RGB Variations

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

Color information

#01CF37 (or 0x01CF37) is known color: Dark Pastel Green. HEX triplet: 01, CF and 37. RGB value is (1,207,55). Sum of RGB (Red+Green+Blue) = 1+207+55=263 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 263); Green value is 207 (81.25% from 255 or 78.71% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 207 - color contains mainly: green. Hex color #01CF37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01CF37 is #FE30C8. Grayscale: #808080. Windows color (decimal): -16658633 or 3657473. OLE color: 3657473.

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

Color convert

RGB 1 207 55 -
CMYK 1.00 0 0.73 0.19
HSL 135.73º 0.99% 0.41% -
HSV(B) 135.73º 1% 0.81% -
XYZ 23.01 44.91 11.07 -
YUV 128.08 86.75 37.36 -
System Red Green Blue C M Y K H S L
Decimal 1 207 55 1.00 0 0.73 0.19 135.73 0.99 0.41
Hex 1 CF 37 64 0 49 13 88 63 29
Octal 1 317 67 144 0 111 23 210 143 51
Binary 1 11001111 110111 1100100 0 1001001 10011 10001000 1100011 101001

Color Harmonies of #01CF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CF37

Black with #01CF37

Text Example


Text Example

White with #01CF37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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