#42990F

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

Shades of La Palma #42990F

Tints of La Palma #42990F

Color information

#42990F (or 0x42990F) is unknown color: approx La Palma. HEX triplet: 42, 99 and 0F. RGB value is (66,153,15). Sum of RGB (Red+Green+Blue) = 66+153+15=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 153 (60.16% from 255 or 65.38% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 153 - color contains mainly: green. Hex color #42990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42990F is #BD66F0. Grayscale: #6F6F6F. Windows color (decimal): -12412657 or 1022274. OLE color: 1022274.

HSL color Cylindrical-coordinate representation of color #42990F: hue angle of 97.83º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42990F is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB6615315-
CMYK0.5700.900.4
HSL97.83º82.14%32.94%-
HSV(B)97.83º90.2%60%-
XYZ13.7223.984.36-
YUV111.2573.6895.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 153 (60.16% from 255) = 65.38%
BLUE value IS 15 (6.25% from 255) = 6.41%
R=28.21%
G=65.38%
B=6.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66153150.5700.900.497.8382.1432.94
Hex4299F3905A28625221
Octal102231177101325014212241
Binary10000101001100111111110010101101010100011000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42990F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,153,15); }

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

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

 a { background-color: rgb(66,153,15); }

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

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

 span { border-color: rgb(66,153,15); }

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