Html Css Color HEX #42992E La Palma

📋 copy color: '#42992E'

red 66 ◦ green 153 ◦ blue 46

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

Shades of La Palma #42992E

Tints of La Palma #42992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.74%

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

R = 24.91%
G = 57.74%
B = 17.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#42992E (or 0x42992E) is known color: La Palma. HEX triplet: 42, 99 and 2E. RGB value is (66,153,46). Sum of RGB (Red+Green+Blue) = 66+153+46=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #42992E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42992E is #BD66D1. Grayscale: #737373. Windows color (decimal): -12412626 or 3053890. OLE color: 3053890.

HSL color Cylindrical-coordinate representation of color #42992E: hue angle of 108.79º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42992E is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 46 -
CMYK 0.57 0 0.70 0.4
HSL 108.79º 0.54% 0.39% -
HSV(B) 108.79º 0.7% 0.6% -
XYZ 14.13 24.14 6.5 -
YUV 114.79 89.18 93.2 -
System Red Green Blue C M Y K H S L
Decimal 66 153 46 0.57 0 0.70 0.4 108.79 0.54 0.39
Hex 42 99 2E 39 0 46 28 6D 36 27
Octal 102 231 56 71 0 106 50 155 66 47
Binary 1000010 10011001 101110 111001 0 1000110 101000 1101101 110110 100111

Color Harmonies of #42992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42992E

Black with #42992E

Text Example


Text Example

White with #42992E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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