Html Css Color HEX #42890F La Palma

📋 copy color: '#42890F'

red 66 ◦ green 137 ◦ blue 15

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

Shades of La Palma #42890F

Tints of La Palma #42890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 62.84%

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

R = 30.28%
G = 62.84%
B = 6.88%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#42890F (or 0x42890F) is known color: La Palma. HEX triplet: 42, 89 and 0F. RGB value is (66,137,15). Sum of RGB (Red+Green+Blue) = 66+137+15=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #42890F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42890F is #BD76F0. Grayscale: #666666. Windows color (decimal): -12416753 or 1018178. OLE color: 1018178.

HSL color Cylindrical-coordinate representation of color #42890F: hue angle of 94.92º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42890F is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 15 -
CMYK 0.52 0 0.89 0.46
HSL 94.92º 0.8% 0.3% -
HSV(B) 94.92º 0.89% 0.54% -
XYZ 11.28 19.08 3.54 -
YUV 101.86 78.98 102.42 -
System Red Green Blue C M Y K H S L
Decimal 66 137 15 0.52 0 0.89 0.46 94.92 0.8 0.3
Hex 42 89 F 34 0 59 2E 5F 50 1E
Octal 102 211 17 64 0 131 56 137 120 36
Binary 1000010 10001001 1111 110100 0 1011001 101110 1011111 1010000 11110

Color Harmonies of #42890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42890F

Black with #42890F

Text Example


Text Example

White with #42890F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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