#42933B

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

Shades of La Palma #42933B

Tints of La Palma #42933B

Color information

#42933B (or 0x42933B) is unknown color: approx La Palma. HEX triplet: 42, 93 and 3B. RGB value is (66,147,59). Sum of RGB (Red+Green+Blue) = 66+147+59=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #42933B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42933B is #BD6CC4. Grayscale: #717171. Windows color (decimal): -12414149 or 3904322. OLE color: 3904322.

HSL color Cylindrical-coordinate representation of color #42933B: hue angle of 115.23º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42933B is Cyan = 0.55, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB6614759-
CMYK0.5500.600.42
HSL115.23º42.72%40.39%-
HSV(B)115.23º59.86%57.65%-
XYZ13.4722.347.74-
YUV112.7597.6694.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 147 (57.81% from 255) = 54.04%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=24.26%
G=54.04%
B=21.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66147590.5500.600.42115.2342.7240.39
Hex42933B3703C2A732b28
Octal1022237367074521635350
Binary10000101001001111101111011101111001010101110011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42933B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,147,59); }

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

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

 a { background-color: rgb(66,147,59); }

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

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

 span { border-color: rgb(66,147,59); }

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