Html Css Color HEX #468229 La Palma

📋 copy color: '#468229'

red 70 ◦ green 130 ◦ blue 41

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

Shades of La Palma #468229

Tints of La Palma #468229

RGB

 RED value IS 70 (27.73% from 255) = 29.05%

 GREEN value IS 130 (51.17% from 255) = 53.94%

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 29.05%
G = 53.94%
B = 17.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#468229 (or 0x468229) is known color: La Palma. HEX triplet: 46, 82 and 29. RGB value is (70,130,41). Sum of RGB (Red+Green+Blue) = 70+130+41=241 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.05% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #468229 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468229 is #B97DD6. Grayscale: #666666. Windows color (decimal): -12156375 or 2720326. OLE color: 2720326.

HSL color Cylindrical-coordinate representation of color #468229: hue angle of 100.45º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #468229 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 130 41 -
CMYK 0.46 0 0.68 0.49
HSL 100.45º 0.52% 0.34% -
HSV(B) 100.45º 0.68% 0.51% -
XYZ 10.91 17.43 4.89 -
YUV 101.91 93.62 105.24 -
System Red Green Blue C M Y K H S L
Decimal 70 130 41 0.46 0 0.68 0.49 100.45 0.52 0.34
Hex 46 82 29 2E 0 44 31 64 34 22
Octal 106 202 51 56 0 104 61 144 64 42
Binary 1000110 10000010 101001 101110 0 1000100 110001 1100100 110100 100010

Color Harmonies of #468229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468229

Black with #468229

Text Example


Text Example

White with #468229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468229; }

 p { color: rgb(70,130,41); }

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

background-color css

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

 a { background-color: rgb(70,130,41); }

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

border-color css

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

 span { border-color: rgb(70,130,41); }

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