Html Css Color HEX #428A0C La Palma

📋 copy color: '#428A0C'

red 66 ◦ green 138 ◦ blue 12

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

Shades of La Palma #428A0C

Tints of La Palma #428A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 63.89%

 BLUE value IS 12 (5.08% from 255) = 5.56%

R = 30.56%
G = 63.89%
B = 5.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#428A0C (or 0x428A0C) is known color: La Palma. HEX triplet: 42, 8A and 0C. RGB value is (66,138,12). Sum of RGB (Red+Green+Blue) = 66+138+12=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 138 (54.30% from 255 or 63.89% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 138 - color contains mainly: green. Hex color #428A0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428A0C is #BD75F3. Grayscale: #666666. Windows color (decimal): -12416500 or 821826. OLE color: 821826.

HSL color Cylindrical-coordinate representation of color #428A0C: hue angle of 94.29º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #428A0C is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 138 12 -
CMYK 0.52 0 0.91 0.46
HSL 94.29º 0.84% 0.29% -
HSV(B) 94.29º 0.91% 0.54% -
XYZ 11.4 19.36 3.48 -
YUV 102.11 77.15 102.25 -
System Red Green Blue C M Y K H S L
Decimal 66 138 12 0.52 0 0.91 0.46 94.29 0.84 0.29
Hex 42 8A C 34 0 5B 2E 5E 54 1D
Octal 102 212 14 64 0 133 56 136 124 35
Binary 1000010 10001010 1100 110100 0 1011011 101110 1011110 1010100 11101

Color Harmonies of #428A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A0C

Black with #428A0C

Text Example


Text Example

White with #428A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428A0C; }

 p { color: rgb(66,138,12); }

 H1.HeaderClassName
 {
   color: #428A0C;
 }
 .AnyTagClassName
 {
   color: #428A0C;
 }
</style>

background-color css

<style>
 a { background-color: #428A0C; }

 a { background-color: rgb(66,138,12); }

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

border-color css

<style>
 span { border-color: #428A0C; }

 span { border-color: rgb(66,138,12); }

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