Html Css Color HEX #428D1B La Palma

📋 copy color: '#428D1B'

red 66 ◦ green 141 ◦ blue 27

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

Shades of La Palma #428D1B

Tints of La Palma #428D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 60.26%

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 28.21%
G = 60.26%
B = 11.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#428D1B (or 0x428D1B) is known color: La Palma. HEX triplet: 42, 8D and 1B. RGB value is (66,141,27). Sum of RGB (Red+Green+Blue) = 66+141+27=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 141 (55.47% from 255 or 60.26% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 141 - color contains mainly: green. Hex color #428D1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428D1B is #BD72E4. Grayscale: #696969. Windows color (decimal): -12415717 or 1805634. OLE color: 1805634.

HSL color Cylindrical-coordinate representation of color #428D1B: hue angle of 99.47º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #428D1B is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 141 27 -
CMYK 0.53 0 0.81 0.45
HSL 99.47º 0.68% 0.33% -
HSV(B) 99.47º 0.81% 0.55% -
XYZ 11.97 20.29 4.32 -
YUV 105.58 83.65 99.77 -
System Red Green Blue C M Y K H S L
Decimal 66 141 27 0.53 0 0.81 0.45 99.47 0.68 0.33
Hex 42 8D 1B 35 0 51 2D 63 44 21
Octal 102 215 33 65 0 121 55 143 104 41
Binary 1000010 10001101 11011 110101 0 1010001 101101 1100011 1000100 100001

Color Harmonies of #428D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428D1B

Black with #428D1B

Text Example


Text Example

White with #428D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,141,27); }

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

background-color css

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

 a { background-color: rgb(66,141,27); }

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

border-color css

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

 span { border-color: rgb(66,141,27); }

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