Html Css Color HEX #47941F La Palma

📋 copy color: '#47941F'

red 71 ◦ green 148 ◦ blue 31

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

Shades of La Palma #47941F

Tints of La Palma #47941F

RGB

 RED value IS 71 (28.13% from 255) = 28.4%

 GREEN value IS 148 (58.2% from 255) = 59.2%

 BLUE value IS 31 (12.5% from 255) = 12.4%

R = 28.4%
G = 59.2%
B = 12.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#47941F (or 0x47941F) is known color: La Palma. HEX triplet: 47, 94 and 1F. RGB value is (71,148,31). Sum of RGB (Red+Green+Blue) = 71+148+31=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 148 (58.20% from 255 or 59.2% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 148 - color contains mainly: green. Hex color #47941F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47941F is #B86BE0. Grayscale: #707070. Windows color (decimal): -12086241 or 2069575. OLE color: 2069575.

HSL color Cylindrical-coordinate representation of color #47941F: hue angle of 99.49º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47941F is Cyan = 0.52, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 148 31 -
CMYK 0.52 0 0.79 0.42
HSL 99.49º 0.65% 0.35% -
HSV(B) 99.49º 0.79% 0.58% -
XYZ 13.44 22.62 4.95 -
YUV 111.64 82.49 99.01 -
System Red Green Blue C M Y K H S L
Decimal 71 148 31 0.52 0 0.79 0.42 99.49 0.65 0.35
Hex 47 94 1F 34 0 4F 2A 63 41 23
Octal 107 224 37 64 0 117 52 143 101 43
Binary 1000111 10010100 11111 110100 0 1001111 101010 1100011 1000001 100011

Color Harmonies of #47941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47941F

Black with #47941F

Text Example


Text Example

White with #47941F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,148,31); }

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

background-color css

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

 a { background-color: rgb(71,148,31); }

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

border-color css

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

 span { border-color: rgb(71,148,31); }

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