#42901B

Color #42901B La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #42901B

Tints of La Palma #42901B

Color information

#42901B (or 0x42901B) is unknown color: approx La Palma. HEX triplet: 42, 90 and 1B. RGB value is (66,144,27). Sum of RGB (Red+Green+Blue) = 66+144+27=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 144 (56.64% from 255 or 60.76% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 144 - color contains mainly: green. Hex color #42901B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42901B is #BD6FE4. Grayscale: #6B6B6B. Windows color (decimal): -12414949 or 1806402. OLE color: 1806402.

HSL color Cylindrical-coordinate representation of color #42901B: hue angle of 100º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #42901B is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB6614427-
CMYK0.5400.810.44
HSL100º68.42%33.53%-
HSV(B)100º81.25%56.47%-
XYZ12.4221.184.47-
YUV107.3482.6698.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.85%
GREEN value IS 144 (56.64% from 255) = 60.76%
BLUE value IS 27 (10.94% from 255) = 11.39%
R=27.85%
G=60.76%
B=11.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66144270.5400.810.4410068.4233.53
Hex42901B360512C644422
Octal102220336601215414410442
Binary100001010010000110111101100101000110110011001001000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42901B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,144,27); }

 H1.HeaderClassName
 {
   color: #42901B;
 }
 .AnyTagClassName
 {
   color: #42901B;
 }
</style>
background-color css

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

 a { background-color: rgb(66,144,27); }

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

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

 span { border-color: rgb(66,144,27); }

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