Html Css Color HEX #05953D Pigment Green

📋 copy color: '#05953D'

red 5 ◦ green 149 ◦ blue 61

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

Shades of Pigment Green #05953D

Tints of Pigment Green #05953D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 69.3%

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

R = 2.33%
G = 69.3%
B = 28.37%

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

#05953D (or 0x05953D) is known color: Pigment Green. HEX triplet: 05, 95 and 3D. RGB value is (5,149,61). Sum of RGB (Red+Green+Blue) = 5+149+61=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 149 (58.59% from 255 or 69.30% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 149 - color contains mainly: green. Hex color #05953D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05953D is #FA6AC2. Grayscale: #606060. Windows color (decimal): -16411331 or 4035845. OLE color: 4035845.

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

Color convert

RGB 5 149 61 -
CMYK 0.97 0 0.59 0.42
HSL 143.33º 0.94% 0.3% -
HSV(B) 143.33º 0.97% 0.58% -
XYZ 11.65 21.86 8.02 -
YUV 95.91 108.29 63.16 -
System Red Green Blue C M Y K H S L
Decimal 5 149 61 0.97 0 0.59 0.42 143.33 0.94 0.3
Hex 5 95 3D 61 0 3B 2A 8F 5E 1E
Octal 5 225 75 141 0 73 52 217 136 36
Binary 101 10010101 111101 1100001 0 111011 101010 10001111 1011110 11110

Color Harmonies of #05953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05953D

Black with #05953D

Text Example


Text Example

White with #05953D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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