Html Css Color HEX #42980D La Palma

📋 copy color: '#42980D'

red 66 ◦ green 152 ◦ blue 13

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

Shades of La Palma #42980D

Tints of La Palma #42980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 65.8%

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

R = 28.57%
G = 65.8%
B = 5.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#42980D (or 0x42980D) is known color: La Palma. HEX triplet: 42, 98 and 0D. RGB value is (66,152,13). Sum of RGB (Red+Green+Blue) = 66+152+13=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 152 (59.77% from 255 or 65.80% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 152 - color contains mainly: green. Hex color #42980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42980D is #BD67F2. Grayscale: #6E6E6E. Windows color (decimal): -12412915 or 890946. OLE color: 890946.

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

Color convert

RGB 66 152 13 -
CMYK 0.57 0 0.91 0.40
HSL 97.12º 0.84% 0.32% -
HSV(B) 97.12º 0.91% 0.6% -
XYZ 13.55 23.64 4.23 -
YUV 110.44 73.01 96.3 -
System Red Green Blue C M Y K H S L
Decimal 66 152 13 0.57 0 0.91 0.40 97.12 0.84 0.32
Hex 42 98 D 39 0 5B 28 61 54 20
Octal 102 230 15 71 0 133 50 141 124 40
Binary 1000010 10011000 1101 111001 0 1011011 101000 1100001 1010100 100000

Color Harmonies of #42980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42980D

Black with #42980D

Text Example


Text Example

White with #42980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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