Html Css Color HEX #01952D Pigment Green

📋 copy color: '#01952D'

red 1 ◦ green 149 ◦ blue 45

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

Shades of Pigment Green #01952D

Tints of Pigment Green #01952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 0.51%
G = 76.41%
B = 23.08%

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

#01952D (or 0x01952D) is known color: Pigment Green. HEX triplet: 01, 95 and 2D. RGB value is (1,149,45). Sum of RGB (Red+Green+Blue) = 1+149+45=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 149 (58.59% from 255 or 76.41% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 149 - color contains mainly: green. Hex color #01952D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01952D is #FE6AD2. Grayscale: #5D5D5D. Windows color (decimal): -16673491 or 2987265. OLE color: 2987265.

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

Color convert

RGB 1 149 45 -
CMYK 0.99 0 0.70 0.42
HSL 137.84º 0.99% 0.29% -
HSV(B) 137.84º 0.99% 0.58% -
XYZ 11.23 21.69 6.08 -
YUV 92.89 100.97 62.46 -
System Red Green Blue C M Y K H S L
Decimal 1 149 45 0.99 0 0.70 0.42 137.84 0.99 0.29
Hex 1 95 2D 63 0 46 2A 8A 63 1D
Octal 1 225 55 143 0 106 52 212 143 35
Binary 1 10010101 101101 1100011 0 1000110 101010 10001010 1100011 11101

Color Harmonies of #01952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01952D

Black with #01952D

Text Example


Text Example

White with #01952D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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