Html Css Color HEX #428A0B La Palma

📋 copy color: '#428A0B'

red 66 ◦ green 138 ◦ blue 11

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

Shades of La Palma #428A0B

Tints of La Palma #428A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 30.7%
G = 64.19%
B = 5.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#428A0B (or 0x428A0B) is known color: La Palma. HEX triplet: 42, 8A and 0B. RGB value is (66,138,11). Sum of RGB (Red+Green+Blue) = 66+138+11=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 138 (54.30% from 255 or 64.19% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 138 - color contains mainly: green. Hex color #428A0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #428A0B is #BD75F4. Grayscale: #666666. Windows color (decimal): -12416501 or 756290. OLE color: 756290.

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

Color convert

RGB 66 138 11 -
CMYK 0.52 0 0.92 0.46
HSL 94.02º 0.85% 0.29% -
HSV(B) 94.02º 0.92% 0.54% -
XYZ 11.4 19.36 3.45 -
YUV 101.99 76.65 102.33 -
System Red Green Blue C M Y K H S L
Decimal 66 138 11 0.52 0 0.92 0.46 94.02 0.85 0.29
Hex 42 8A B 34 0 5C 2E 5E 55 1D
Octal 102 212 13 64 0 134 56 136 125 35
Binary 1000010 10001010 1011 110100 0 1011100 101110 1011110 1010101 11101

Color Harmonies of #428A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428A0B

Black with #428A0B

Text Example


Text Example

White with #428A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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