#418F02

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

Shades of La Palma #418F02

Tints of La Palma #418F02

Color information

#418F02 (or 0x418F02) is unknown color: approx La Palma. HEX triplet: 41, 8F and 02. RGB value is (65,143,2). Sum of RGB (Red+Green+Blue) = 65+143+2=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 143 (56.25% from 255 or 68.10% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 143 - color contains mainly: green. Hex color #418F02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #418F02 is #BE70FD. Grayscale: #686868. Windows color (decimal): -12480766 or 167745. OLE color: 167745.

HSL color Cylindrical-coordinate representation of color #418F02: hue angle of 93.19º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #418F02 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.

Color convert

RGB651432-
CMYK0.5500.990.44
HSL93.19º97.24%28.43%-
HSV(B)93.19º98.6%56.08%-
XYZ12.0120.773.43-
YUV103.670.66100.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 143 (56.25% from 255) = 68.10%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=30.95%
G=68.10%
B=0.95%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6514320.5500.990.4493.1997.2428.43
Hex418F2370632C5d611c
Octal10121726701435413514134
Binary10000011000111110110111011000111011001011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418F02; }

 p { color: rgb(65,143,2); }

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

<style>
 a { background-color: #418F02; }

 a { background-color: rgb(65,143,2); }

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

<style>
 span { border-color: #418F02; }

 span { border-color: rgb(65,143,2); }

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