Html Css Color HEX #42942E La Palma

📋 copy color: '#42942E'

red 66 ◦ green 148 ◦ blue 46

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

Shades of La Palma #42942E

Tints of La Palma #42942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.92%

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 25.38%
G = 56.92%
B = 17.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#42942E (or 0x42942E) is known color: La Palma. HEX triplet: 42, 94 and 2E. RGB value is (66,148,46). Sum of RGB (Red+Green+Blue) = 66+148+46=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #42942E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42942E is #BD6BD1. Grayscale: #707070. Windows color (decimal): -12413906 or 3052610. OLE color: 3052610.

HSL color Cylindrical-coordinate representation of color #42942E: hue angle of 108.24º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42942E is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 46 -
CMYK 0.55 0 0.69 0.42
HSL 108.24º 0.53% 0.38% -
HSV(B) 108.24º 0.69% 0.58% -
XYZ 13.33 22.54 6.23 -
YUV 111.85 90.83 95.29 -
System Red Green Blue C M Y K H S L
Decimal 66 148 46 0.55 0 0.69 0.42 108.24 0.53 0.38
Hex 42 94 2E 37 0 45 2A 6C 35 26
Octal 102 224 56 67 0 105 52 154 65 46
Binary 1000010 10010100 101110 110111 0 1000101 101010 1101100 110101 100110

Color Harmonies of #42942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42942E

Black with #42942E

Text Example


Text Example

White with #42942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42942E; }

 p { color: rgb(66,148,46); }

 H1.HeaderClassName
 {
   color: #42942E;
 }
 .AnyTagClassName
 {
   color: #42942E;
 }
</style>

background-color css

<style>
 a { background-color: #42942E; }

 a { background-color: rgb(66,148,46); }

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

border-color css

<style>
 span { border-color: #42942E; }

 span { border-color: rgb(66,148,46); }

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