#42970D

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

Shades of La Palma #42970D

Tints of La Palma #42970D

Color information

#42970D (or 0x42970D) is unknown color: approx La Palma. HEX triplet: 42, 97 and 0D. RGB value is (66,151,13). Sum of RGB (Red+Green+Blue) = 66+151+13=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 151 (59.38% from 255 or 65.65% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 151 - color contains mainly: green. Hex color #42970D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42970D is #BD68F2. Grayscale: #6E6E6E. Windows color (decimal): -12413171 or 890690. OLE color: 890690.

HSL color Cylindrical-coordinate representation of color #42970D: hue angle of 96.96º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #42970D is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB6615113-
CMYK0.5600.910.41
HSL96.96º84.15%32.16%-
HSV(B)96.96º91.39%59.22%-
XYZ13.3923.324.18-
YUV109.8573.3496.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.70%
GREEN value IS 151 (59.38% from 255) = 65.65%
BLUE value IS 13 (5.47% from 255) = 5.65%
R=28.70%
G=65.65%
B=5.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66151130.5600.910.4196.9684.1532.16
Hex4297D3805B29615420
Octal102227157001335114112440
Binary10000101001011111011110000101101110100111000011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42970D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42970D; }

 p { color: rgb(66,151,13); }

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

<style>
 a { background-color: #42970D; }

 a { background-color: rgb(66,151,13); }

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

<style>
 span { border-color: #42970D; }

 span { border-color: rgb(66,151,13); }

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