#01C734

Color #01C734 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01C734

Tints of Dark Pastel Green #01C734

Color information

#01C734 (or 0x01C734) is unknown color: approx Dark Pastel Green. HEX triplet: 01, C7 and 34. RGB value is (1,199,52). Sum of RGB (Red+Green+Blue) = 1+199+52=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 199 (78.12% from 255 or 78.97% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 199 - color contains mainly: green. Hex color #01C734 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C734 is #FE38CB. Grayscale: #7B7B7B. Windows color (decimal): -16660684 or 3458817. OLE color: 3458817.

HSL color Cylindrical-coordinate representation of color #01C734: hue angle of 135.45º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C734 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB119952-
CMYK0.9900.740.22
HSL135.45º99%39.22%-
HSV(B)135.45º99.5%78.04%-
XYZ21.0641.110.07-
YUV123.0487.940.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 199 (78.12% from 255) = 78.97%
BLUE value IS 52 (20.70% from 255) = 20.63%
R=0.40%
G=78.97%
B=20.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1199520.9900.740.22135.459939.22
Hex1C7346304A16876327
Octal13076414301122620714347
Binary11100011111010011000110100101010110100001111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01C734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,199,52); }

 H1.HeaderClassName
 {
   color: #01C734;
 }
 .AnyTagClassName
 {
   color: #01C734;
 }
</style>
background-color css

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

 a { background-color: rgb(1,199,52); }

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

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

 span { border-color: rgb(1,199,52); }

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