Html Css Color HEX #01952C Pigment Green

📋 copy color: '#01952C'

red 1 ◦ green 149 ◦ blue 44

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

Shades of Pigment Green #01952C

Tints of Pigment Green #01952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 0.52%
G = 76.8%
B = 22.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#01952C (or 0x01952C) is known color: Pigment Green. HEX triplet: 01, 95 and 2C. RGB value is (1,149,44). Sum of RGB (Red+Green+Blue) = 1+149+44=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 149 (58.59% from 255 or 76.80% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 149 - color contains mainly: green. Hex color #01952C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01952C is #FE6AD3. Grayscale: #5D5D5D. Windows color (decimal): -16673492 or 2921729. OLE color: 2921729.

HSL color Cylindrical-coordinate representation of color #01952C: hue angle of 137.43º 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 #01952C is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 149 44 -
CMYK 0.99 0 0.70 0.42
HSL 137.43º 0.99% 0.29% -
HSV(B) 137.43º 0.99% 0.58% -
XYZ 11.21 21.68 5.98 -
YUV 92.78 100.47 62.54 -
System Red Green Blue C M Y K H S L
Decimal 1 149 44 0.99 0 0.70 0.42 137.43 0.99 0.29
Hex 1 95 2C 63 0 46 2A 89 63 1D
Octal 1 225 54 143 0 106 52 211 143 35
Binary 1 10010101 101100 1100011 0 1000110 101010 10001001 1100011 11101

Color Harmonies of #01952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01952C

Black with #01952C

Text Example


Text Example

White with #01952C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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