Html Css Color HEX #42982F La Palma

📋 copy color: '#42982F'

red 66 ◦ green 152 ◦ blue 47

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

Shades of La Palma #42982F

Tints of La Palma #42982F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 57.36%

 BLUE value IS 47 (18.75% from 255) = 17.74%

R = 24.91%
G = 57.36%
B = 17.74%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#42982F (or 0x42982F) is known color: La Palma. HEX triplet: 42, 98 and 2F. RGB value is (66,152,47). Sum of RGB (Red+Green+Blue) = 66+152+47=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #42982F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42982F is #BD67D0. Grayscale: #727272. Windows color (decimal): -12412881 or 3119170. OLE color: 3119170.

HSL color Cylindrical-coordinate representation of color #42982F: hue angle of 109.14º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42982F is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 152 47 -
CMYK 0.57 0 0.69 0.40
HSL 109.14º 0.53% 0.39% -
HSV(B) 109.14º 0.69% 0.6% -
XYZ 13.99 23.82 6.55 -
YUV 114.32 90.01 93.54 -
System Red Green Blue C M Y K H S L
Decimal 66 152 47 0.57 0 0.69 0.40 109.14 0.53 0.39
Hex 42 98 2F 39 0 45 28 6D 35 27
Octal 102 230 57 71 0 105 50 155 65 47
Binary 1000010 10011000 101111 111001 0 1000101 101000 1101101 110101 100111

Color Harmonies of #42982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42982F

Black with #42982F

Text Example


Text Example

White with #42982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42982F; }

 p { color: rgb(66,152,47); }

 H1.HeaderClassName
 {
   color: #42982F;
 }
 .AnyTagClassName
 {
   color: #42982F;
 }
</style>

background-color css

<style>
 a { background-color: #42982F; }

 a { background-color: rgb(66,152,47); }

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

border-color css

<style>
 span { border-color: #42982F; }

 span { border-color: rgb(66,152,47); }

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