Html Css Color HEX #42920F La Palma

📋 copy color: '#42920F'

red 66 ◦ green 146 ◦ blue 15

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

Shades of La Palma #42920F

Tints of La Palma #42920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 64.32%

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

R = 29.07%
G = 64.32%
B = 6.61%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#42920F (or 0x42920F) is known color: La Palma. HEX triplet: 42, 92 and 0F. RGB value is (66,146,15). Sum of RGB (Red+Green+Blue) = 66+146+15=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 146 (57.42% from 255 or 64.32% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 146 - color contains mainly: green. Hex color #42920F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42920F is #BD6DF0. Grayscale: #6B6B6B. Windows color (decimal): -12414449 or 1020482. OLE color: 1020482.

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

Color convert

RGB 66 146 15 -
CMYK 0.55 0 0.90 0.43
HSL 96.64º 0.81% 0.32% -
HSV(B) 96.64º 0.9% 0.57% -
XYZ 12.61 21.75 3.99 -
YUV 107.15 76 98.65 -
System Red Green Blue C M Y K H S L
Decimal 66 146 15 0.55 0 0.90 0.43 96.64 0.81 0.32
Hex 42 92 F 37 0 5A 2B 61 51 20
Octal 102 222 17 67 0 132 53 141 121 40
Binary 1000010 10010010 1111 110111 0 1011010 101011 1100001 1010001 100000

Color Harmonies of #42920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42920F

Black with #42920F

Text Example


Text Example

White with #42920F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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