Html Css Color HEX #05923F Pigment Green

📋 copy color: '#05923F'

red 5 ◦ green 146 ◦ blue 63

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

Shades of Pigment Green #05923F

Tints of Pigment Green #05923F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 68.22%

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

R = 2.34%
G = 68.22%
B = 29.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#05923F (or 0x05923F) is known color: Pigment Green. HEX triplet: 05, 92 and 3F. RGB value is (5,146,63). Sum of RGB (Red+Green+Blue) = 5+146+63=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 146 (57.42% from 255 or 68.22% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 146 - color contains mainly: green. Hex color #05923F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05923F is #FA6DC0. Grayscale: #5E5E5E. Windows color (decimal): -16412097 or 4166149. OLE color: 4166149.

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

Color convert

RGB 5 146 63 -
CMYK 0.97 0 0.57 0.43
HSL 144.68º 0.93% 0.3% -
HSV(B) 144.68º 0.97% 0.57% -
XYZ 11.24 20.95 8.15 -
YUV 94.38 110.29 64.25 -
System Red Green Blue C M Y K H S L
Decimal 5 146 63 0.97 0 0.57 0.43 144.68 0.93 0.3
Hex 5 92 3F 61 0 39 2B 91 5D 1E
Octal 5 222 77 141 0 71 53 221 135 36
Binary 101 10010010 111111 1100001 0 111001 101011 10010001 1011101 11110

Color Harmonies of #05923F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05923F

Black with #05923F

Text Example


Text Example

White with #05923F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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