Html Css Color HEX #42953C La Palma

📋 copy color: '#42953C'

red 66 ◦ green 149 ◦ blue 60

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

Shades of La Palma #42953C

Tints of La Palma #42953C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.18%

 BLUE value IS 60 (23.83% from 255) = 21.82%

R = 24%
G = 54.18%
B = 21.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#42953C (or 0x42953C) is known color: La Palma. HEX triplet: 42, 95 and 3C. RGB value is (66,149,60). Sum of RGB (Red+Green+Blue) = 66+149+60=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 149 (58.59% from 255 or 54.18% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 149 - color contains mainly: green. Hex color #42953C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42953C is #BD6AC3. Grayscale: #727272. Windows color (decimal): -12413636 or 3970370. OLE color: 3970370.

HSL color Cylindrical-coordinate representation of color #42953C: hue angle of 115.96º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42953C is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 60 -
CMYK 0.56 0 0.60 0.42
HSL 115.96º 0.43% 0.41% -
HSV(B) 115.96º 0.6% 0.58% -
XYZ 13.81 22.98 7.98 -
YUV 114.04 97.5 93.74 -
System Red Green Blue C M Y K H S L
Decimal 66 149 60 0.56 0 0.60 0.42 115.96 0.43 0.41
Hex 42 95 3C 38 0 3C 2A 74 2B 29
Octal 102 225 74 70 0 74 52 164 53 51
Binary 1000010 10010101 111100 111000 0 111100 101010 1110100 101011 101001

Color Harmonies of #42953C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42953C

Black with #42953C

Text Example


Text Example

White with #42953C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42953C; }

 p { color: rgb(66,149,60); }

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

background-color css

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

 a { background-color: rgb(66,149,60); }

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

border-color css

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

 span { border-color: rgb(66,149,60); }

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