Html Css Color HEX #01933D Pigment Green

📋 copy color: '#01933D'

red 1 ◦ green 147 ◦ blue 61

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

Shades of Pigment Green #01933D

Tints of Pigment Green #01933D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.19%

R = 0.48%
G = 70.33%
B = 29.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#01933D (or 0x01933D) is known color: Pigment Green. HEX triplet: 01, 93 and 3D. RGB value is (1,147,61). Sum of RGB (Red+Green+Blue) = 1+147+61=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 147 (57.81% from 255 or 70.33% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 147 - color contains mainly: green. Hex color #01933D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01933D is #FE6CC2. Grayscale: #5D5D5D. Windows color (decimal): -16673987 or 4035329. OLE color: 4035329.

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

Color convert

RGB 1 147 61 -
CMYK 0.99 0 0.59 0.42
HSL 144.66º 0.99% 0.29% -
HSV(B) 144.66º 0.99% 0.58% -
XYZ 11.29 21.21 7.91 -
YUV 93.54 109.63 61.99 -
System Red Green Blue C M Y K H S L
Decimal 1 147 61 0.99 0 0.59 0.42 144.66 0.99 0.29
Hex 1 93 3D 63 0 3B 2A 91 63 1D
Octal 1 223 75 143 0 73 52 221 143 35
Binary 1 10010011 111101 1100011 0 111011 101010 10010001 1100011 11101

Color Harmonies of #01933D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01933D

Black with #01933D

Text Example


Text Example

White with #01933D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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