Html Css Color HEX #42A22F La Palma

📋 copy color: '#42A22F'

red 66 ◦ green 162 ◦ blue 47

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

Shades of La Palma #42A22F

Tints of La Palma #42A22F

RGB

 RED value IS 66 (26.17% from 255) = 24%

 GREEN value IS 162 (63.67% from 255) = 58.91%

 BLUE value IS 47 (18.75% from 255) = 17.09%

R = 24%
G = 58.91%
B = 17.09%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#42A22F (or 0x42A22F) is known color: La Palma. HEX triplet: 42, A2 and 2F. RGB value is (66,162,47). Sum of RGB (Red+Green+Blue) = 66+162+47=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 162 (63.67% from 255 or 58.91% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 162 - color contains mainly: green. Hex color #42A22F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A22F is #BD5DD0. Grayscale: #787878. Windows color (decimal): -12410321 or 3121730. OLE color: 3121730.

HSL color Cylindrical-coordinate representation of color #42A22F: hue angle of 110.09º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42A22F is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 162 47 -
CMYK 0.59 0 0.71 0.36
HSL 110.09º 0.55% 0.41% -
HSV(B) 110.09º 0.71% 0.64% -
XYZ 15.68 27.2 7.11 -
YUV 120.19 86.7 89.35 -
System Red Green Blue C M Y K H S L
Decimal 66 162 47 0.59 0 0.71 0.36 110.09 0.55 0.41
Hex 42 A2 2F 3B 0 47 24 6E 37 29
Octal 102 242 57 73 0 107 44 156 67 51
Binary 1000010 10100010 101111 111011 0 1000111 100100 1101110 110111 101001

Color Harmonies of #42A22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A22F

Black with #42A22F

Text Example


Text Example

White with #42A22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42A22F; }

 p { color: rgb(66,162,47); }

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

background-color css

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

 a { background-color: rgb(66,162,47); }

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

border-color css

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

 span { border-color: rgb(66,162,47); }

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