Html Css Color HEX #42930D La Palma

📋 copy color: '#42930D'

red 66 ◦ green 147 ◦ blue 13

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

Shades of La Palma #42930D

Tints of La Palma #42930D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 65.04%

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

R = 29.2%
G = 65.04%
B = 5.75%

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

#42930D (or 0x42930D) is known color: La Palma. HEX triplet: 42, 93 and 0D. RGB value is (66,147,13). Sum of RGB (Red+Green+Blue) = 66+147+13=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 147 (57.81% from 255 or 65.04% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 147 - color contains mainly: green. Hex color #42930D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42930D is #BD6CF2. Grayscale: #6B6B6B. Windows color (decimal): -12414195 or 889666. OLE color: 889666.

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

Color convert

RGB 66 147 13 -
CMYK 0.55 0 0.91 0.42
HSL 96.27º 0.84% 0.31% -
HSV(B) 96.27º 0.91% 0.58% -
XYZ 12.75 22.05 3.97 -
YUV 107.51 74.66 98.4 -
System Red Green Blue C M Y K H S L
Decimal 66 147 13 0.55 0 0.91 0.42 96.27 0.84 0.31
Hex 42 93 D 37 0 5B 2A 60 54 1F
Octal 102 223 15 67 0 133 52 140 124 37
Binary 1000010 10010011 1101 110111 0 1011011 101010 1100000 1010100 11111

Color Harmonies of #42930D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42930D

Black with #42930D

Text Example


Text Example

White with #42930D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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