Html Css Color HEX #42992F La Palma

📋 copy color: '#42992F'

red 66 ◦ green 153 ◦ blue 47

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

Shades of La Palma #42992F

Tints of La Palma #42992F

RGB

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

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

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

R = 24.81%
G = 57.52%
B = 17.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#42992F (or 0x42992F) is known color: La Palma. HEX triplet: 42, 99 and 2F. RGB value is (66,153,47). Sum of RGB (Red+Green+Blue) = 66+153+47=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #42992F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42992F is #BD66D0. Grayscale: #737373. Windows color (decimal): -12412625 or 3119426. OLE color: 3119426.

HSL color Cylindrical-coordinate representation of color #42992F: hue angle of 109.25º 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 #42992F is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 66 153 47 -
CMYK 0.57 0 0.69 0.4
HSL 109.25º 0.53% 0.39% -
HSV(B) 109.25º 0.69% 0.6% -
XYZ 14.15 24.15 6.6 -
YUV 114.9 89.68 93.12 -
System Red Green Blue C M Y K H S L
Decimal 66 153 47 0.57 0 0.69 0.4 109.25 0.53 0.39
Hex 42 99 2F 39 0 45 28 6D 35 27
Octal 102 231 57 71 0 105 50 155 65 47
Binary 1000010 10011001 101111 111001 0 1000101 101000 1101101 110101 100111

Color Harmonies of #42992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42992F

Black with #42992F

Text Example


Text Example

White with #42992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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