Html Css Color HEX #05933A Pigment Green

📋 copy color: '#05933A'

red 5 ◦ green 147 ◦ blue 58

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

Shades of Pigment Green #05933A

Tints of Pigment Green #05933A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.62%

R = 2.38%
G = 70%
B = 27.62%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#05933A (or 0x05933A) is known color: Pigment Green. HEX triplet: 05, 93 and 3A. RGB value is (5,147,58). Sum of RGB (Red+Green+Blue) = 5+147+58=210 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.38% from 210); Green value is 147 (57.81% from 255 or 70% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 147 - color contains mainly: green. Hex color #05933A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05933A is #FA6CC5. Grayscale: #5E5E5E. Windows color (decimal): -16411846 or 3838725. OLE color: 3838725.

HSL color Cylindrical-coordinate representation of color #05933A: hue angle of 142.39º 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 #05933A is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 58 -
CMYK 0.97 0 0.61 0.42
HSL 142.39º 0.93% 0.3% -
HSV(B) 142.39º 0.97% 0.58% -
XYZ 11.26 21.21 7.5 -
YUV 94.4 107.46 64.24 -
System Red Green Blue C M Y K H S L
Decimal 5 147 58 0.97 0 0.61 0.42 142.39 0.93 0.3
Hex 5 93 3A 61 0 3D 2A 8E 5D 1E
Octal 5 223 72 141 0 75 52 216 135 36
Binary 101 10010011 111010 1100001 0 111101 101010 10001110 1011101 11110

Color Harmonies of #05933A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05933A

Black with #05933A

Text Example


Text Example

White with #05933A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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