Html Css Color HEX #42962E La Palma

📋 copy color: '#42962E'

red 66 ◦ green 150 ◦ blue 46

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

Shades of La Palma #42962E

Tints of La Palma #42962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 57.25%

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

R = 25.19%
G = 57.25%
B = 17.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#42962E (or 0x42962E) is known color: La Palma. HEX triplet: 42, 96 and 2E. RGB value is (66,150,46). Sum of RGB (Red+Green+Blue) = 66+150+46=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #42962E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42962E is #BD69D1. Grayscale: #717171. Windows color (decimal): -12413394 or 3053122. OLE color: 3053122.

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

Color convert

RGB 66 150 46 -
CMYK 0.56 0 0.69 0.41
HSL 108.46º 0.53% 0.38% -
HSV(B) 108.46º 0.69% 0.59% -
XYZ 13.65 23.17 6.34 -
YUV 113.03 90.17 94.46 -
System Red Green Blue C M Y K H S L
Decimal 66 150 46 0.56 0 0.69 0.41 108.46 0.53 0.38
Hex 42 96 2E 38 0 45 29 6C 35 26
Octal 102 226 56 70 0 105 51 154 65 46
Binary 1000010 10010110 101110 111000 0 1000101 101001 1101100 110101 100110

Color Harmonies of #42962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42962E

Black with #42962E

Text Example


Text Example

White with #42962E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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