Html Css Color HEX #42913C La Palma

📋 copy color: '#42913C'

red 66 ◦ green 145 ◦ blue 60

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

Shades of La Palma #42913C

Tints of La Palma #42913C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.51%

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

R = 24.35%
G = 53.51%
B = 22.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#42913C (or 0x42913C) is known color: La Palma. HEX triplet: 42, 91 and 3C. RGB value is (66,145,60). Sum of RGB (Red+Green+Blue) = 66+145+60=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #42913C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42913C is #BD6EC3. Grayscale: #6F6F6F. Windows color (decimal): -12414660 or 3969346. OLE color: 3969346.

HSL color Cylindrical-coordinate representation of color #42913C: hue angle of 115.76º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42913C is Cyan = 0.54, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 145 60 -
CMYK 0.54 0 0.59 0.43
HSL 115.76º 0.41% 0.4% -
HSV(B) 115.76º 0.59% 0.57% -
XYZ 13.19 21.74 7.78 -
YUV 111.69 98.83 95.41 -
System Red Green Blue C M Y K H S L
Decimal 66 145 60 0.54 0 0.59 0.43 115.76 0.41 0.4
Hex 42 91 3C 36 0 3B 2B 74 29 28
Octal 102 221 74 66 0 73 53 164 51 50
Binary 1000010 10010001 111100 110110 0 111011 101011 1110100 101001 101000

Color Harmonies of #42913C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42913C

Black with #42913C

Text Example


Text Example

White with #42913C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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