Html Css Color HEX #428F1B La Palma

📋 copy color: '#428F1B'

red 66 ◦ green 143 ◦ blue 27

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

Shades of La Palma #428F1B

Tints of La Palma #428F1B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 60.59%

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

R = 27.97%
G = 60.59%
B = 11.44%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#428F1B (or 0x428F1B) is known color: La Palma. HEX triplet: 42, 8F and 1B. RGB value is (66,143,27). Sum of RGB (Red+Green+Blue) = 66+143+27=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 143 (56.25% from 255 or 60.59% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 143 - color contains mainly: green. Hex color #428F1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #428F1B is #BD70E4. Grayscale: #6B6B6B. Windows color (decimal): -12415205 or 1806146. OLE color: 1806146.

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

Color convert

RGB 66 143 27 -
CMYK 0.54 0 0.81 0.44
HSL 99.83º 0.68% 0.33% -
HSV(B) 99.83º 0.81% 0.56% -
XYZ 12.27 20.88 4.42 -
YUV 106.75 82.99 98.93 -
System Red Green Blue C M Y K H S L
Decimal 66 143 27 0.54 0 0.81 0.44 99.83 0.68 0.33
Hex 42 8F 1B 36 0 51 2C 64 44 21
Octal 102 217 33 66 0 121 54 144 104 41
Binary 1000010 10001111 11011 110110 0 1010001 101100 1100100 1000100 100001

Color Harmonies of #428F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428F1B

Black with #428F1B

Text Example


Text Example

White with #428F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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