Html Css Color HEX #01932D Pigment Green

📋 copy color: '#01932D'

red 1 ◦ green 147 ◦ blue 45

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

Shades of Pigment Green #01932D

Tints of Pigment Green #01932D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 76.17%

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

R = 0.52%
G = 76.17%
B = 23.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#01932D (or 0x01932D) is known color: Pigment Green. HEX triplet: 01, 93 and 2D. RGB value is (1,147,45). Sum of RGB (Red+Green+Blue) = 1+147+45=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 147 (57.81% from 255 or 76.17% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 147 - color contains mainly: green. Hex color #01932D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01932D is #FE6CD2. Grayscale: #5B5B5B. Windows color (decimal): -16674003 or 2986753. OLE color: 2986753.

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

Color convert

RGB 1 147 45 -
CMYK 0.99 0 0.69 0.42
HSL 138.08º 0.99% 0.29% -
HSV(B) 138.08º 0.99% 0.58% -
XYZ 10.92 21.06 5.97 -
YUV 91.72 101.63 63.29 -
System Red Green Blue C M Y K H S L
Decimal 1 147 45 0.99 0 0.69 0.42 138.08 0.99 0.29
Hex 1 93 2D 63 0 45 2A 8A 63 1D
Octal 1 223 55 143 0 105 52 212 143 35
Binary 1 10010011 101101 1100011 0 1000101 101010 10001010 1100011 11101

Color Harmonies of #01932D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01932D

Black with #01932D

Text Example


Text Example

White with #01932D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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