Html Css Color HEX #04912F Pigment Green

📋 copy color: '#04912F'

red 4 ◦ green 145 ◦ blue 47

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

Shades of Pigment Green #04912F

Tints of Pigment Green #04912F

RGB

 RED value IS 4 (1.95% from 255) = 2.04%

 GREEN value IS 145 (57.03% from 255) = 73.98%

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

R = 2.04%
G = 73.98%
B = 23.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#04912F (or 0x04912F) is known color: Pigment Green. HEX triplet: 04, 91 and 2F. RGB value is (4,145,47). Sum of RGB (Red+Green+Blue) = 4+145+47=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 145 (57.03% from 255 or 73.98% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 145 - color contains mainly: green. Hex color #04912F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04912F is #FB6ED0. Grayscale: #5B5B5B. Windows color (decimal): -16477905 or 3117316. OLE color: 3117316.

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

Color convert

RGB 4 145 47 -
CMYK 0.97 0 0.68 0.43
HSL 138.3º 0.95% 0.29% -
HSV(B) 138.3º 0.97% 0.57% -
XYZ 10.69 20.48 6.08 -
YUV 91.67 102.79 65.47 -
System Red Green Blue C M Y K H S L
Decimal 4 145 47 0.97 0 0.68 0.43 138.3 0.95 0.29
Hex 4 91 2F 61 0 44 2B 8A 5F 1D
Octal 4 221 57 141 0 104 53 212 137 35
Binary 100 10010001 101111 1100001 0 1000100 101011 10001010 1011111 11101

Color Harmonies of #04912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04912F

Black with #04912F

Text Example


Text Example

White with #04912F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,145,47); }

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

background-color css

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

 a { background-color: rgb(4,145,47); }

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

border-color css

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

 span { border-color: rgb(4,145,47); }

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