Html Css Color HEX #05903F Pigment Green

📋 copy color: '#05903F'

red 5 ◦ green 144 ◦ blue 63

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

Shades of Pigment Green #05903F

Tints of Pigment Green #05903F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 67.92%

 BLUE value IS 63 (25% from 255) = 29.72%

R = 2.36%
G = 67.92%
B = 29.72%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#05903F (or 0x05903F) is known color: Pigment Green. HEX triplet: 05, 90 and 3F. RGB value is (5,144,63). Sum of RGB (Red+Green+Blue) = 5+144+63=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 144 (56.64% from 255 or 67.92% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 144 - color contains mainly: green. Hex color #05903F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05903F is #FA6FC0. Grayscale: #5D5D5D. Windows color (decimal): -16412609 or 4165637. OLE color: 4165637.

HSL color Cylindrical-coordinate representation of color #05903F: hue angle of 145.04º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05903F is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 144 63 -
CMYK 0.97 0 0.56 0.44
HSL 145.04º 0.93% 0.29% -
HSV(B) 145.04º 0.97% 0.56% -
XYZ 10.93 20.34 8.05 -
YUV 93.21 110.95 65.09 -
System Red Green Blue C M Y K H S L
Decimal 5 144 63 0.97 0 0.56 0.44 145.04 0.93 0.29
Hex 5 90 3F 61 0 38 2C 91 5D 1D
Octal 5 220 77 141 0 70 54 221 135 35
Binary 101 10010000 111111 1100001 0 111000 101100 10010001 1011101 11101

Color Harmonies of #05903F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05903F

Black with #05903F

Text Example


Text Example

White with #05903F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05903F; }

 p { color: rgb(5,144,63); }

 H1.HeaderClassName
 {
   color: #05903F;
 }
 .AnyTagClassName
 {
   color: #05903F;
 }
</style>

background-color css

<style>
 a { background-color: #05903F; }

 a { background-color: rgb(5,144,63); }

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

border-color css

<style>
 span { border-color: #05903F; }

 span { border-color: rgb(5,144,63); }

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