Html Css Color HEX #42871F La Palma

📋 copy color: '#42871F'

red 66 ◦ green 135 ◦ blue 31

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

Shades of La Palma #42871F

Tints of La Palma #42871F

RGB

 RED value IS 66 (26.17% from 255) = 28.45%

 GREEN value IS 135 (53.13% from 255) = 58.19%

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

R = 28.45%
G = 58.19%
B = 13.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#42871F (or 0x42871F) is known color: La Palma. HEX triplet: 42, 87 and 1F. RGB value is (66,135,31). Sum of RGB (Red+Green+Blue) = 66+135+31=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #42871F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42871F is #BD78E0. Grayscale: #666666. Windows color (decimal): -12417249 or 2066242. OLE color: 2066242.

HSL color Cylindrical-coordinate representation of color #42871F: hue angle of 99.81º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #42871F is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 135 31 -
CMYK 0.51 0 0.77 0.47
HSL 99.81º 0.63% 0.33% -
HSV(B) 99.81º 0.77% 0.53% -
XYZ 11.16 18.59 4.3 -
YUV 102.51 87.64 101.96 -
System Red Green Blue C M Y K H S L
Decimal 66 135 31 0.51 0 0.77 0.47 99.81 0.63 0.33
Hex 42 87 1F 33 0 4D 2F 64 3F 21
Octal 102 207 37 63 0 115 57 144 77 41
Binary 1000010 10000111 11111 110011 0 1001101 101111 1100100 111111 100001

Color Harmonies of #42871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42871F

Black with #42871F

Text Example


Text Example

White with #42871F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,135,31); }

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

background-color css

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

 a { background-color: rgb(66,135,31); }

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

border-color css

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

 span { border-color: rgb(66,135,31); }

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