Html Css Color HEX #01953C Pigment Green

📋 copy color: '#01953C'

red 1 ◦ green 149 ◦ blue 60

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

Shades of Pigment Green #01953C

Tints of Pigment Green #01953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 70.95%

 BLUE value IS 60 (23.83% from 255) = 28.57%

R = 0.48%
G = 70.95%
B = 28.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#01953C (or 0x01953C) is known color: Pigment Green. HEX triplet: 01, 95 and 3C. RGB value is (1,149,60). Sum of RGB (Red+Green+Blue) = 1+149+60=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 149 (58.59% from 255 or 70.95% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 149 - color contains mainly: green. Hex color #01953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01953C is #FE6AC3. Grayscale: #5E5E5E. Windows color (decimal): -16673476 or 3970305. OLE color: 3970305.

HSL color Cylindrical-coordinate representation of color #01953C: hue angle of 143.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01953C is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 60 -
CMYK 0.99 0 0.60 0.42
HSL 143.92º 0.99% 0.29% -
HSV(B) 143.92º 0.99% 0.58% -
XYZ 11.58 21.83 7.88 -
YUV 94.6 108.47 61.24 -
System Red Green Blue C M Y K H S L
Decimal 1 149 60 0.99 0 0.60 0.42 143.92 0.99 0.29
Hex 1 95 3C 63 0 3C 2A 90 63 1D
Octal 1 225 74 143 0 74 52 220 143 35
Binary 1 10010101 111100 1100011 0 111100 101010 10010000 1100011 11101

Color Harmonies of #01953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01953C

Black with #01953C

Text Example


Text Example

White with #01953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01953C; }

 p { color: rgb(1,149,60); }

 H1.HeaderClassName
 {
   color: #01953C;
 }
 .AnyTagClassName
 {
   color: #01953C;
 }
</style>

background-color css

<style>
 a { background-color: #01953C; }

 a { background-color: rgb(1,149,60); }

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

border-color css

<style>
 span { border-color: #01953C; }

 span { border-color: rgb(1,149,60); }

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