Html Css Color HEX #419202 La Palma

📋 copy color: '#419202'

red 65 ◦ green 146 ◦ blue 2

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

Shades of La Palma #419202

Tints of La Palma #419202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 68.54%

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

R = 30.52%
G = 68.54%
B = 0.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#419202 (or 0x419202) is known color: La Palma. HEX triplet: 41, 92 and 02. RGB value is (65,146,2). Sum of RGB (Red+Green+Blue) = 65+146+2=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 146 (57.42% from 255 or 68.54% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 146 - color contains mainly: green. Hex color #419202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419202 is #BE6DFD. Grayscale: #696969. Windows color (decimal): -12479998 or 168513. OLE color: 168513.

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

Color convert

RGB 65 146 2 -
CMYK 0.55 0 0.99 0.43
HSL 93.75º 0.97% 0.29% -
HSV(B) 93.75º 0.99% 0.57% -
XYZ 12.47 21.69 3.59 -
YUV 105.37 69.66 99.21 -
System Red Green Blue C M Y K H S L
Decimal 65 146 2 0.55 0 0.99 0.43 93.75 0.97 0.29
Hex 41 92 2 37 0 63 2B 5E 61 1D
Octal 101 222 2 67 0 143 53 136 141 35
Binary 1000001 10010010 10 110111 0 1100011 101011 1011110 1100001 11101

Color Harmonies of #419202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419202

Black with #419202

Text Example


Text Example

White with #419202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419202; }

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

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

background-color css

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

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

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

border-color css

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

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

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