Html Css Color HEX #47961B La Palma

📋 copy color: '#47961B'

red 71 ◦ green 150 ◦ blue 27

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

Shades of La Palma #47961B

Tints of La Palma #47961B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.89%

R = 28.63%
G = 60.48%
B = 10.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#47961B (or 0x47961B) is known color: La Palma. HEX triplet: 47, 96 and 1B. RGB value is (71,150,27). Sum of RGB (Red+Green+Blue) = 71+150+27=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 150 (58.98% from 255 or 60.48% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 150 - color contains mainly: green. Hex color #47961B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #47961B is #B869E4. Grayscale: #707070. Windows color (decimal): -12085733 or 1807943. OLE color: 1807943.

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

Color convert

RGB 71 150 27 -
CMYK 0.53 0 0.82 0.41
HSL 98.54º 0.69% 0.35% -
HSV(B) 98.54º 0.82% 0.59% -
XYZ 13.7 23.23 4.8 -
YUV 112.36 79.83 98.5 -
System Red Green Blue C M Y K H S L
Decimal 71 150 27 0.53 0 0.82 0.41 98.54 0.69 0.35
Hex 47 96 1B 35 0 52 29 63 45 23
Octal 107 226 33 65 0 122 51 143 105 43
Binary 1000111 10010110 11011 110101 0 1010010 101001 1100011 1000101 100011

Color Harmonies of #47961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47961B

Black with #47961B

Text Example


Text Example

White with #47961B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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