Html Css Color HEX #419002 La Palma

📋 copy color: '#419002'

red 65 ◦ green 144 ◦ blue 2

#419002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #419002

Tints of La Palma #419002

RGB

 RED value IS 65 (25.78% from 255) = 30.81%

 GREEN value IS 144 (56.64% from 255) = 68.25%

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 30.81%
G = 68.25%
B = 0.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#419002 (or 0x419002) is known color: La Palma. HEX triplet: 41, 90 and 02. RGB value is (65,144,2). Sum of RGB (Red+Green+Blue) = 65+144+2=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 144 (56.64% from 255 or 68.25% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 144 - color contains mainly: green. Hex color #419002 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419002 is #BE6FFD. Grayscale: #686868. Windows color (decimal): -12480510 or 168001. OLE color: 168001.

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

Color convert

RGB 65 144 2 -
CMYK 0.55 0 0.99 0.44
HSL 93.38º 0.97% 0.29% -
HSV(B) 93.38º 0.99% 0.56% -
XYZ 12.16 21.07 3.48 -
YUV 104.19 70.33 100.05 -
System Red Green Blue C M Y K H S L
Decimal 65 144 2 0.55 0 0.99 0.44 93.38 0.97 0.29
Hex 41 90 2 37 0 63 2C 5D 61 1D
Octal 101 220 2 67 0 143 54 135 141 35
Binary 1000001 10010000 10 110111 0 1100011 101100 1011101 1100001 11101

Color Harmonies of #419002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419002

Black with #419002

Text Example


Text Example

White with #419002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419002; }

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

 H1.HeaderClassName
 {
   color: #419002;
 }
 .AnyTagClassName
 {
   color: #419002;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #419002;
 }
 .BgClassName
 {
   background-color: #419002;
 }
</style>

border-color css

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

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

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