Html Css Color HEX #05933D Pigment Green

📋 copy color: '#05933D'

red 5 ◦ green 147 ◦ blue 61

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

Shades of Pigment Green #05933D

Tints of Pigment Green #05933D

RGB

 RED value IS 5 (2.34% from 255) = 2.35%

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

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

R = 2.35%
G = 69.01%
B = 28.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#05933D (or 0x05933D) is known color: Pigment Green. HEX triplet: 05, 93 and 3D. RGB value is (5,147,61). Sum of RGB (Red+Green+Blue) = 5+147+61=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 147 (57.81% from 255 or 69.01% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 147 - color contains mainly: green. Hex color #05933D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05933D is #FA6CC2. Grayscale: #5E5E5E. Windows color (decimal): -16411843 or 4035333. OLE color: 4035333.

HSL color Cylindrical-coordinate representation of color #05933D: hue angle of 143.66º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05933D is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 61 -
CMYK 0.97 0 0.59 0.42
HSL 143.66º 0.93% 0.3% -
HSV(B) 143.66º 0.97% 0.58% -
XYZ 11.34 21.24 7.92 -
YUV 94.74 108.96 63.99 -
System Red Green Blue C M Y K H S L
Decimal 5 147 61 0.97 0 0.59 0.42 143.66 0.93 0.3
Hex 5 93 3D 61 0 3B 2A 90 5D 1E
Octal 5 223 75 141 0 73 52 220 135 36
Binary 101 10010011 111101 1100001 0 111011 101010 10010000 1011101 11110

Color Harmonies of #05933D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05933D

Black with #05933D

Text Example


Text Example

White with #05933D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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