Html Css Color HEX #05952F Pigment Green

📋 copy color: '#05952F'

red 5 ◦ green 149 ◦ blue 47

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

Shades of Pigment Green #05952F

Tints of Pigment Green #05952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 23.38%

R = 2.49%
G = 74.13%
B = 23.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#05952F (or 0x05952F) is known color: Pigment Green. HEX triplet: 05, 95 and 2F. RGB value is (5,149,47). Sum of RGB (Red+Green+Blue) = 5+149+47=201 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.49% from 201); Green value is 149 (58.59% from 255 or 74.13% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 149 - color contains mainly: green. Hex color #05952F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05952F is #FA6AD0. Grayscale: #5E5E5E. Windows color (decimal): -16411345 or 3118341. OLE color: 3118341.

HSL color Cylindrical-coordinate representation of color #05952F: hue angle of 137.5º 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 #05952F is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 149 47 -
CMYK 0.97 0 0.68 0.42
HSL 137.5º 0.94% 0.3% -
HSV(B) 137.5º 0.97% 0.58% -
XYZ 11.32 21.73 6.29 -
YUV 94.32 101.29 64.29 -
System Red Green Blue C M Y K H S L
Decimal 5 149 47 0.97 0 0.68 0.42 137.5 0.94 0.3
Hex 5 95 2F 61 0 44 2A 8A 5E 1E
Octal 5 225 57 141 0 104 52 212 136 36
Binary 101 10010101 101111 1100001 0 1000100 101010 10001010 1011110 11110

Color Harmonies of #05952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05952F

Black with #05952F

Text Example


Text Example

White with #05952F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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