Html Css Color HEX #42952D La Palma

📋 copy color: '#42952D'

red 66 ◦ green 149 ◦ blue 45

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

Shades of La Palma #42952D

Tints of La Palma #42952D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 25.38%
G = 57.31%
B = 17.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#42952D (or 0x42952D) is known color: La Palma. HEX triplet: 42, 95 and 2D. RGB value is (66,149,45). Sum of RGB (Red+Green+Blue) = 66+149+45=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #42952D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42952D is #BD6AD2. Grayscale: #707070. Windows color (decimal): -12413651 or 2987330. OLE color: 2987330.

HSL color Cylindrical-coordinate representation of color #42952D: hue angle of 107.88º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42952D is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 149 45 -
CMYK 0.56 0 0.70 0.42
HSL 107.88º 0.54% 0.38% -
HSV(B) 107.88º 0.7% 0.58% -
XYZ 13.47 22.84 6.18 -
YUV 112.33 90 94.96 -
System Red Green Blue C M Y K H S L
Decimal 66 149 45 0.56 0 0.70 0.42 107.88 0.54 0.38
Hex 42 95 2D 38 0 46 2A 6C 36 26
Octal 102 225 55 70 0 106 52 154 66 46
Binary 1000010 10010101 101101 111000 0 1000110 101010 1101100 110110 100110

Color Harmonies of #42952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42952D

Black with #42952D

Text Example


Text Example

White with #42952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42952D; }

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

 H1.HeaderClassName
 {
   color: #42952D;
 }
 .AnyTagClassName
 {
   color: #42952D;
 }
</style>

background-color css

<style>
 a { background-color: #42952D; }

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

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

border-color css

<style>
 span { border-color: #42952D; }

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

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