Html Css Color HEX #42A224 La Palma

📋 copy color: '#42A224'

red 66 ◦ green 162 ◦ blue 36

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

Shades of La Palma #42A224

Tints of La Palma #42A224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.64%

R = 25%
G = 61.36%
B = 13.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#42A224 (or 0x42A224) is known color: La Palma. HEX triplet: 42, A2 and 24. RGB value is (66,162,36). Sum of RGB (Red+Green+Blue) = 66+162+36=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #42A224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42A224 is #BD5DDB. Grayscale: #777777. Windows color (decimal): -12410332 or 2400834. OLE color: 2400834.

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

Color convert

RGB 66 162 36 -
CMYK 0.59 0 0.78 0.36
HSL 105.71º 0.64% 0.39% -
HSV(B) 105.71º 0.78% 0.64% -
XYZ 15.49 27.13 6.09 -
YUV 118.93 81.2 90.25 -
System Red Green Blue C M Y K H S L
Decimal 66 162 36 0.59 0 0.78 0.36 105.71 0.64 0.39
Hex 42 A2 24 3B 0 4E 24 6A 40 27
Octal 102 242 44 73 0 116 44 152 100 47
Binary 1000010 10100010 100100 111011 0 1001110 100100 1101010 1000000 100111

Color Harmonies of #42A224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A224

Black with #42A224

Text Example


Text Example

White with #42A224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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