Html Css Color HEX #05903A Pigment Green

📋 copy color: '#05903A'

red 5 ◦ green 144 ◦ blue 58

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

Shades of Pigment Green #05903A

Tints of Pigment Green #05903A

RGB

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

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

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

R = 2.42%
G = 69.57%
B = 28.02%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#05903A (or 0x05903A) is known color: Pigment Green. HEX triplet: 05, 90 and 3A. RGB value is (5,144,58). Sum of RGB (Red+Green+Blue) = 5+144+58=207 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.42% from 207); Green value is 144 (56.64% from 255 or 69.57% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 144 - color contains mainly: green. Hex color #05903A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05903A is #FA6FC5. Grayscale: #5C5C5C. Windows color (decimal): -16412614 or 3837957. OLE color: 3837957.

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

Color convert

RGB 5 144 58 -
CMYK 0.97 0 0.60 0.44
HSL 142.88º 0.93% 0.29% -
HSV(B) 142.88º 0.97% 0.56% -
XYZ 10.8 20.28 7.35 -
YUV 92.64 108.45 65.49 -
System Red Green Blue C M Y K H S L
Decimal 5 144 58 0.97 0 0.60 0.44 142.88 0.93 0.29
Hex 5 90 3A 61 0 3C 2C 8F 5D 1D
Octal 5 220 72 141 0 74 54 217 135 35
Binary 101 10010000 111010 1100001 0 111100 101100 10001111 1011101 11101

Color Harmonies of #05903A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05903A

Black with #05903A

Text Example


Text Example

White with #05903A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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