Html Css Color HEX #419402 La Palma

📋 copy color: '#419402'

red 65 ◦ green 148 ◦ blue 2

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

Shades of La Palma #419402

Tints of La Palma #419402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 68.84%

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

R = 30.23%
G = 68.84%
B = 0.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#419402 (or 0x419402) is known color: La Palma. HEX triplet: 41, 94 and 02. RGB value is (65,148,2). Sum of RGB (Red+Green+Blue) = 65+148+2=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 148 (58.20% from 255 or 68.84% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 148 - color contains mainly: green. Hex color #419402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #419402 is #BE6BFD. Grayscale: #6B6B6B. Windows color (decimal): -12479486 or 169025. OLE color: 169025.

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

Color convert

RGB 65 148 2 -
CMYK 0.56 0 0.99 0.42
HSL 94.11º 0.97% 0.29% -
HSV(B) 94.11º 0.99% 0.58% -
XYZ 12.78 22.31 3.69 -
YUV 106.54 69 98.37 -
System Red Green Blue C M Y K H S L
Decimal 65 148 2 0.56 0 0.99 0.42 94.11 0.97 0.29
Hex 41 94 2 38 0 63 2A 5E 61 1D
Octal 101 224 2 70 0 143 52 136 141 35
Binary 1000001 10010100 10 111000 0 1100011 101010 1011110 1100001 11101

Color Harmonies of #419402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419402

Black with #419402

Text Example


Text Example

White with #419402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419402; }

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

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

background-color css

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

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

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

border-color css

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

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

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