Html Css Color HEX #01933F Pigment Green

📋 copy color: '#01933F'

red 1 ◦ green 147 ◦ blue 63

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

Shades of Pigment Green #01933F

Tints of Pigment Green #01933F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.86%

R = 0.47%
G = 69.67%
B = 29.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#01933F (or 0x01933F) is known color: Pigment Green. HEX triplet: 01, 93 and 3F. RGB value is (1,147,63). Sum of RGB (Red+Green+Blue) = 1+147+63=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 147 (57.81% from 255 or 69.67% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 147 - color contains mainly: green. Hex color #01933F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01933F is #FE6CC0. Grayscale: #5D5D5D. Windows color (decimal): -16673985 or 4166401. OLE color: 4166401.

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

Color convert

RGB 1 147 63 -
CMYK 0.99 0 0.57 0.42
HSL 145.48º 0.99% 0.29% -
HSV(B) 145.48º 0.99% 0.58% -
XYZ 11.34 21.23 8.2 -
YUV 93.77 110.63 61.83 -
System Red Green Blue C M Y K H S L
Decimal 1 147 63 0.99 0 0.57 0.42 145.48 0.99 0.29
Hex 1 93 3F 63 0 39 2A 91 63 1D
Octal 1 223 77 143 0 71 52 221 143 35
Binary 1 10010011 111111 1100011 0 111001 101010 10010001 1100011 11101

Color Harmonies of #01933F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01933F

Black with #01933F

Text Example


Text Example

White with #01933F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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