Html Css Color HEX #469028 La Palma

📋 copy color: '#469028'

red 70 ◦ green 144 ◦ blue 40

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

Shades of La Palma #469028

Tints of La Palma #469028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 27.56%
G = 56.69%
B = 15.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#469028 (or 0x469028) is known color: La Palma. HEX triplet: 46, 90 and 28. RGB value is (70,144,40). Sum of RGB (Red+Green+Blue) = 70+144+40=254 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.56% from 254); Green value is 144 (56.64% from 255 or 56.69% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 144 - color contains mainly: green. Hex color #469028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469028 is #B96FD7. Grayscale: #6E6E6E. Windows color (decimal): -12152792 or 2658374. OLE color: 2658374.

HSL color Cylindrical-coordinate representation of color #469028: hue angle of 102.69º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #469028 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 144 40 -
CMYK 0.51 0 0.72 0.44
HSL 102.69º 0.57% 0.36% -
HSV(B) 102.69º 0.72% 0.56% -
XYZ 12.88 21.4 5.46 -
YUV 110.02 88.48 99.46 -
System Red Green Blue C M Y K H S L
Decimal 70 144 40 0.51 0 0.72 0.44 102.69 0.57 0.36
Hex 46 90 28 33 0 48 2C 67 39 24
Octal 106 220 50 63 0 110 54 147 71 44
Binary 1000110 10010000 101000 110011 0 1001000 101100 1100111 111001 100100

Color Harmonies of #469028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469028

Black with #469028

Text Example


Text Example

White with #469028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469028; }

 p { color: rgb(70,144,40); }

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

background-color css

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

 a { background-color: rgb(70,144,40); }

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

border-color css

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

 span { border-color: rgb(70,144,40); }

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