Html Css Color HEX #42920D La Palma

📋 copy color: '#42920D'

red 66 ◦ green 146 ◦ blue 13

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

Shades of La Palma #42920D

Tints of La Palma #42920D

RGB

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

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

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

R = 29.33%
G = 64.89%
B = 5.78%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#42920D (or 0x42920D) is known color: La Palma. HEX triplet: 42, 92 and 0D. RGB value is (66,146,13). Sum of RGB (Red+Green+Blue) = 66+146+13=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 146 (57.42% from 255 or 64.89% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 146 - color contains mainly: green. Hex color #42920D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42920D is #BD6DF2. Grayscale: #6B6B6B. Windows color (decimal): -12414451 or 889410. OLE color: 889410.

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

Color convert

RGB 66 146 13 -
CMYK 0.55 0 0.91 0.43
HSL 96.09º 0.84% 0.31% -
HSV(B) 96.09º 0.91% 0.57% -
XYZ 12.6 21.75 3.91 -
YUV 106.92 75 98.81 -
System Red Green Blue C M Y K H S L
Decimal 66 146 13 0.55 0 0.91 0.43 96.09 0.84 0.31
Hex 42 92 D 37 0 5B 2B 60 54 1F
Octal 102 222 15 67 0 133 53 140 124 37
Binary 1000010 10010010 1101 110111 0 1011011 101011 1100000 1010100 11111

Color Harmonies of #42920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42920D

Black with #42920D

Text Example


Text Example

White with #42920D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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