Html Css Color HEX #05943C Pigment Green

📋 copy color: '#05943C'

red 5 ◦ green 148 ◦ blue 60

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

Shades of Pigment Green #05943C

Tints of Pigment Green #05943C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 69.48%

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 2.35%
G = 69.48%
B = 28.17%

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

#05943C (or 0x05943C) is known color: Pigment Green. HEX triplet: 05, 94 and 3C. RGB value is (5,148,60). Sum of RGB (Red+Green+Blue) = 5+148+60=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 148 (58.20% from 255 or 69.48% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 148 - color contains mainly: green. Hex color #05943C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05943C is #FA6BC3. Grayscale: #5F5F5F. Windows color (decimal): -16411588 or 3970053. OLE color: 3970053.

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

Color convert

RGB 5 148 60 -
CMYK 0.97 0 0.59 0.42
HSL 143.08º 0.93% 0.3% -
HSV(B) 143.08º 0.97% 0.58% -
XYZ 11.47 21.54 7.83 -
YUV 95.21 108.12 63.66 -
System Red Green Blue C M Y K H S L
Decimal 5 148 60 0.97 0 0.59 0.42 143.08 0.93 0.3
Hex 5 94 3C 61 0 3B 2A 8F 5D 1E
Octal 5 224 74 141 0 73 52 217 135 36
Binary 101 10010100 111100 1100001 0 111011 101010 10001111 1011101 11110

Color Harmonies of #05943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05943C

Black with #05943C

Text Example


Text Example

White with #05943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05943C; }

 p { color: rgb(5,148,60); }

 H1.HeaderClassName
 {
   color: #05943C;
 }
 .AnyTagClassName
 {
   color: #05943C;
 }
</style>

background-color css

<style>
 a { background-color: #05943C; }

 a { background-color: rgb(5,148,60); }

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

border-color css

<style>
 span { border-color: #05943C; }

 span { border-color: rgb(5,148,60); }

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