Html Css Color HEX #05943B Pigment Green

📋 copy color: '#05943B'

red 5 ◦ green 148 ◦ blue 59

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

Shades of Pigment Green #05943B

Tints of Pigment Green #05943B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.83%

R = 2.36%
G = 69.81%
B = 27.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#05943B (or 0x05943B) is known color: Pigment Green. HEX triplet: 05, 94 and 3B. RGB value is (5,148,59). Sum of RGB (Red+Green+Blue) = 5+148+59=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 148 (58.20% from 255 or 69.81% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 148 - color contains mainly: green. Hex color #05943B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05943B is #FA6BC4. Grayscale: #5F5F5F. Windows color (decimal): -16411589 or 3904517. OLE color: 3904517.

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

Color convert

RGB 5 148 59 -
CMYK 0.97 0 0.60 0.42
HSL 142.66º 0.93% 0.3% -
HSV(B) 142.66º 0.97% 0.58% -
XYZ 11.44 21.53 7.69 -
YUV 95.1 107.62 63.74 -
System Red Green Blue C M Y K H S L
Decimal 5 148 59 0.97 0 0.60 0.42 142.66 0.93 0.3
Hex 5 94 3B 61 0 3C 2A 8F 5D 1E
Octal 5 224 73 141 0 74 52 217 135 36
Binary 101 10010100 111011 1100001 0 111100 101010 10001111 1011101 11110

Color Harmonies of #05943B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05943B

Black with #05943B

Text Example


Text Example

White with #05943B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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