Html Css Color HEX #468C1C La Palma

📋 copy color: '#468C1C'

red 70 ◦ green 140 ◦ blue 28

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

Shades of La Palma #468C1C

Tints of La Palma #468C1C

RGB

 RED value IS 70 (27.73% from 255) = 29.41%

 GREEN value IS 140 (55.08% from 255) = 58.82%

 BLUE value IS 28 (11.33% from 255) = 11.76%

R = 29.41%
G = 58.82%
B = 11.76%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#468C1C (or 0x468C1C) is known color: La Palma. HEX triplet: 46, 8C and 1C. RGB value is (70,140,28). Sum of RGB (Red+Green+Blue) = 70+140+28=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 140 (55.08% from 255 or 58.82% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 140 - color contains mainly: green. Hex color #468C1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468C1C is #B973E3. Grayscale: #6A6A6A. Windows color (decimal): -12153828 or 1870918. OLE color: 1870918.

HSL color Cylindrical-coordinate representation of color #468C1C: hue angle of 97.5º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #468C1C is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 140 28 -
CMYK 0.50 0 0.80 0.45
HSL 97.5º 0.67% 0.33% -
HSV(B) 97.5º 0.8% 0.55% -
XYZ 12.11 20.14 4.35 -
YUV 106.3 83.81 102.11 -
System Red Green Blue C M Y K H S L
Decimal 70 140 28 0.50 0 0.80 0.45 97.5 0.67 0.33
Hex 46 8C 1C 32 0 50 2D 62 43 21
Octal 106 214 34 62 0 120 55 142 103 41
Binary 1000110 10001100 11100 110010 0 1010000 101101 1100010 1000011 100001

Color Harmonies of #468C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C1C

Black with #468C1C

Text Example


Text Example

White with #468C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468C1C; }

 p { color: rgb(70,140,28); }

 H1.HeaderClassName
 {
   color: #468C1C;
 }
 .AnyTagClassName
 {
   color: #468C1C;
 }
</style>

background-color css

<style>
 a { background-color: #468C1C; }

 a { background-color: rgb(70,140,28); }

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

border-color css

<style>
 span { border-color: #468C1C; }

 span { border-color: rgb(70,140,28); }

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