Html Css Color HEX #4A9F2A La Palma

📋 copy color: '#4A9F2A'

red 74 ◦ green 159 ◦ blue 42

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

Shades of La Palma #4A9F2A

Tints of La Palma #4A9F2A

RGB

 RED value IS 74 (29.3% from 255) = 26.91%

 GREEN value IS 159 (62.5% from 255) = 57.82%

 BLUE value IS 42 (16.8% from 255) = 15.27%

R = 26.91%
G = 57.82%
B = 15.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#4A9F2A (or 0x4A9F2A) is known color: La Palma. HEX triplet: 4A, 9F and 2A. RGB value is (74,159,42). Sum of RGB (Red+Green+Blue) = 74+159+42=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 159 (62.5% from 255 or 57.82% from 275); Blue value is 42 (16.80% from 255 or 15.27% from 275); Max value from RGB is 159 - color contains mainly: green. Hex color #4A9F2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A9F2A is #B560D5. Grayscale: #787878. Windows color (decimal): -11886806 or 2793290. OLE color: 2793290.

HSL color Cylindrical-coordinate representation of color #4A9F2A: hue angle of 103.59º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A9F2A is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 159 42 -
CMYK 0.53 0 0.74 0.38
HSL 103.59º 0.58% 0.39% -
HSV(B) 103.59º 0.74% 0.62% -
XYZ 15.64 26.42 6.47 -
YUV 120.25 83.84 95.01 -
System Red Green Blue C M Y K H S L
Decimal 74 159 42 0.53 0 0.74 0.38 103.59 0.58 0.39
Hex 4A 9F 2A 35 0 4A 26 68 3A 27
Octal 112 237 52 65 0 112 46 150 72 47
Binary 1001010 10011111 101010 110101 0 1001010 100110 1101000 111010 100111

Color Harmonies of #4A9F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9F2A

Black with #4A9F2A

Text Example


Text Example

White with #4A9F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A9F2A; }

 p { color: rgb(74,159,42); }

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

background-color css

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

 a { background-color: rgb(74,159,42); }

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

border-color css

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

 span { border-color: rgb(74,159,42); }

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