Html Css Color HEX #47961C La Palma

📋 copy color: '#47961C'

red 71 ◦ green 150 ◦ blue 28

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

Shades of La Palma #47961C

Tints of La Palma #47961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 60.24%

 BLUE value IS 28 (11.33% from 255) = 11.24%

R = 28.51%
G = 60.24%
B = 11.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#47961C (or 0x47961C) is known color: La Palma. HEX triplet: 47, 96 and 1C. RGB value is (71,150,28). Sum of RGB (Red+Green+Blue) = 71+150+28=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 150 (58.98% from 255 or 60.24% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 150 - color contains mainly: green. Hex color #47961C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47961C is #B869E3. Grayscale: #707070. Windows color (decimal): -12085732 or 1873479. OLE color: 1873479.

HSL color Cylindrical-coordinate representation of color #47961C: hue angle of 98.85º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #47961C is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 150 28 -
CMYK 0.53 0 0.81 0.41
HSL 98.85º 0.69% 0.35% -
HSV(B) 98.85º 0.81% 0.59% -
XYZ 13.71 23.24 4.86 -
YUV 112.47 80.33 98.42 -
System Red Green Blue C M Y K H S L
Decimal 71 150 28 0.53 0 0.81 0.41 98.85 0.69 0.35
Hex 47 96 1C 35 0 51 29 63 45 23
Octal 107 226 34 65 0 121 51 143 105 43
Binary 1000111 10010110 11100 110101 0 1010001 101001 1100011 1000101 100011

Color Harmonies of #47961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47961C

Black with #47961C

Text Example


Text Example

White with #47961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47961C; }

 p { color: rgb(71,150,28); }

 H1.HeaderClassName
 {
   color: #47961C;
 }
 .AnyTagClassName
 {
   color: #47961C;
 }
</style>

background-color css

<style>
 a { background-color: #47961C; }

 a { background-color: rgb(71,150,28); }

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

border-color css

<style>
 span { border-color: #47961C; }

 span { border-color: rgb(71,150,28); }

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