Html Css Color HEX #42940F La Palma

📋 copy color: '#42940F'

red 66 ◦ green 148 ◦ blue 15

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

Shades of La Palma #42940F

Tints of La Palma #42940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 64.63%

 BLUE value IS 15 (6.25% from 255) = 6.55%

R = 28.82%
G = 64.63%
B = 6.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#42940F (or 0x42940F) is known color: La Palma. HEX triplet: 42, 94 and 0F. RGB value is (66,148,15). Sum of RGB (Red+Green+Blue) = 66+148+15=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 148 (58.20% from 255 or 64.63% from 229); Blue value is 15 (6.25% from 255 or 6.55% from 229); Max value from RGB is 148 - color contains mainly: green. Hex color #42940F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42940F is #BD6BF0. Grayscale: #6C6C6C. Windows color (decimal): -12413937 or 1020994. OLE color: 1020994.

HSL color Cylindrical-coordinate representation of color #42940F: hue angle of 96.99º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42940F is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 148 15 -
CMYK 0.55 0 0.90 0.42
HSL 96.99º 0.82% 0.32% -
HSV(B) 96.99º 0.9% 0.58% -
XYZ 12.92 22.37 4.09 -
YUV 108.32 75.33 97.81 -
System Red Green Blue C M Y K H S L
Decimal 66 148 15 0.55 0 0.90 0.42 96.99 0.82 0.32
Hex 42 94 F 37 0 5A 2A 61 52 20
Octal 102 224 17 67 0 132 52 141 122 40
Binary 1000010 10010100 1111 110111 0 1011010 101010 1100001 1010010 100000

Color Harmonies of #42940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42940F

Black with #42940F

Text Example


Text Example

White with #42940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,148,15); }

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

background-color css

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

 a { background-color: rgb(66,148,15); }

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

border-color css

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

 span { border-color: rgb(66,148,15); }

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