Html Css Color HEX #42940D La Palma

📋 copy color: '#42940D'

red 66 ◦ green 148 ◦ blue 13

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

Shades of La Palma #42940D

Tints of La Palma #42940D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.73%

R = 29.07%
G = 65.2%
B = 5.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#42940D (or 0x42940D) is known color: La Palma. HEX triplet: 42, 94 and 0D. RGB value is (66,148,13). Sum of RGB (Red+Green+Blue) = 66+148+13=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 148 (58.20% from 255 or 65.20% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 148 - color contains mainly: green. Hex color #42940D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42940D is #BD6BF2. Grayscale: #6C6C6C. Windows color (decimal): -12413939 or 889922. OLE color: 889922.

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

Color convert

RGB 66 148 13 -
CMYK 0.55 0 0.91 0.42
HSL 96.44º 0.84% 0.32% -
HSV(B) 96.44º 0.91% 0.58% -
XYZ 12.91 22.37 4.02 -
YUV 108.09 74.33 97.98 -
System Red Green Blue C M Y K H S L
Decimal 66 148 13 0.55 0 0.91 0.42 96.44 0.84 0.32
Hex 42 94 D 37 0 5B 2A 60 54 20
Octal 102 224 15 67 0 133 52 140 124 40
Binary 1000010 10010100 1101 110111 0 1011011 101010 1100000 1010100 100000

Color Harmonies of #42940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42940D

Black with #42940D

Text Example


Text Example

White with #42940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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