Html Css Color HEX #01C335 Dark Pastel Green

📋 copy color: '#01C335'

red 1 ◦ green 195 ◦ blue 53

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

Shades of Dark Pastel Green #01C335

Tints of Dark Pastel Green #01C335

RGB

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

 GREEN value IS 195 (76.56% from 255) = 78.31%

 BLUE value IS 53 (21.09% from 255) = 21.29%

R = 0.4%
G = 78.31%
B = 21.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#01C335 (or 0x01C335) is known color: Dark Pastel Green. HEX triplet: 01, C3 and 35. RGB value is (1,195,53). Sum of RGB (Red+Green+Blue) = 1+195+53=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 195 (76.56% from 255 or 78.31% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 195 - color contains mainly: green. Hex color #01C335 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01C335 is #FE3CCA. Grayscale: #797979. Windows color (decimal): -16661707 or 3523329. OLE color: 3523329.

HSL color Cylindrical-coordinate representation of color #01C335: hue angle of 136.08º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C335 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 195 53 -
CMYK 0.99 0 0.73 0.24
HSL 136.08º 0.99% 0.38% -
HSV(B) 136.08º 0.99% 0.76% -
XYZ 20.17 39.29 9.89 -
YUV 120.81 89.73 42.55 -
System Red Green Blue C M Y K H S L
Decimal 1 195 53 0.99 0 0.73 0.24 136.08 0.99 0.38
Hex 1 C3 35 63 0 49 18 88 63 26
Octal 1 303 65 143 0 111 30 210 143 46
Binary 1 11000011 110101 1100011 0 1001001 11000 10001000 1100011 100110

Color Harmonies of #01C335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C335

Black with #01C335

Text Example


Text Example

White with #01C335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,195,53); }

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

background-color css

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

 a { background-color: rgb(1,195,53); }

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

border-color css

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

 span { border-color: rgb(1,195,53); }

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