Html Css Color HEX #47A125 La Palma

📋 copy color: '#47A125'

red 71 ◦ green 161 ◦ blue 37

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

Shades of La Palma #47A125

Tints of La Palma #47A125

RGB

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

 GREEN value IS 161 (63.28% from 255) = 59.85%

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 26.39%
G = 59.85%
B = 13.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#47A125 (or 0x47A125) is known color: La Palma. HEX triplet: 47, A1 and 25. RGB value is (71,161,37). Sum of RGB (Red+Green+Blue) = 71+161+37=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 161 (63.28% from 255 or 59.85% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 161 - color contains mainly: green. Hex color #47A125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47A125 is #B85EDA. Grayscale: #787878. Windows color (decimal): -12082907 or 2466119. OLE color: 2466119.

HSL color Cylindrical-coordinate representation of color #47A125: hue angle of 103.55º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47A125 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 71 161 37 -
CMYK 0.56 0 0.77 0.37
HSL 103.55º 0.63% 0.39% -
HSV(B) 103.55º 0.77% 0.63% -
XYZ 15.68 26.96 6.13 -
YUV 119.95 81.18 93.08 -
System Red Green Blue C M Y K H S L
Decimal 71 161 37 0.56 0 0.77 0.37 103.55 0.63 0.39
Hex 47 A1 25 38 0 4D 25 68 3F 27
Octal 107 241 45 70 0 115 45 150 77 47
Binary 1000111 10100001 100101 111000 0 1001101 100101 1101000 111111 100111

Color Harmonies of #47A125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47A125

Black with #47A125

Text Example


Text Example

White with #47A125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47A125; }

 p { color: rgb(71,161,37); }

 H1.HeaderClassName
 {
   color: #47A125;
 }
 .AnyTagClassName
 {
   color: #47A125;
 }
</style>

background-color css

<style>
 a { background-color: #47A125; }

 a { background-color: rgb(71,161,37); }

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

border-color css

<style>
 span { border-color: #47A125; }

 span { border-color: rgb(71,161,37); }

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