Html Css Color HEX #469E1E La Palma

📋 copy color: '#469E1E'

red 70 ◦ green 158 ◦ blue 30

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

Shades of La Palma #469E1E

Tints of La Palma #469E1E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 61.24%

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 27.13%
G = 61.24%
B = 11.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#469E1E (or 0x469E1E) is known color: La Palma. HEX triplet: 46, 9E and 1E. RGB value is (70,158,30). Sum of RGB (Red+Green+Blue) = 70+158+30=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 158 (62.11% from 255 or 61.24% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 158 - color contains mainly: green. Hex color #469E1E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469E1E is #B961E1. Grayscale: #757575. Windows color (decimal): -12149218 or 2006598. OLE color: 2006598.

HSL color Cylindrical-coordinate representation of color #469E1E: hue angle of 101.25º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #469E1E is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 158 30 -
CMYK 0.56 0 0.81 0.38
HSL 101.25º 0.68% 0.37% -
HSV(B) 101.25º 0.81% 0.62% -
XYZ 14.99 25.85 5.43 -
YUV 117.1 78.85 94.41 -
System Red Green Blue C M Y K H S L
Decimal 70 158 30 0.56 0 0.81 0.38 101.25 0.68 0.37
Hex 46 9E 1E 38 0 51 26 65 44 25
Octal 106 236 36 70 0 121 46 145 104 45
Binary 1000110 10011110 11110 111000 0 1010001 100110 1100101 1000100 100101

Color Harmonies of #469E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469E1E

Black with #469E1E

Text Example


Text Example

White with #469E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469E1E; }

 p { color: rgb(70,158,30); }

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

background-color css

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

 a { background-color: rgb(70,158,30); }

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

border-color css

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

 span { border-color: rgb(70,158,30); }

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