Html Css Color HEX #468C1D La Palma

📋 copy color: '#468C1D'

red 70 ◦ green 140 ◦ blue 29

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

Shades of La Palma #468C1D

Tints of La Palma #468C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.13%

R = 29.29%
G = 58.58%
B = 12.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#468C1D (or 0x468C1D) is known color: La Palma. HEX triplet: 46, 8C and 1D. RGB value is (70,140,29). Sum of RGB (Red+Green+Blue) = 70+140+29=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 140 (55.08% from 255 or 58.58% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 140 - color contains mainly: green. Hex color #468C1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468C1D is #B973E2. Grayscale: #6A6A6A. Windows color (decimal): -12153827 or 1936454. OLE color: 1936454.

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

Color convert

RGB 70 140 29 -
CMYK 0.50 0 0.79 0.45
HSL 97.84º 0.66% 0.33% -
HSV(B) 97.84º 0.79% 0.55% -
XYZ 12.13 20.15 4.41 -
YUV 106.42 84.31 102.03 -
System Red Green Blue C M Y K H S L
Decimal 70 140 29 0.50 0 0.79 0.45 97.84 0.66 0.33
Hex 46 8C 1D 32 0 4F 2D 62 42 21
Octal 106 214 35 62 0 117 55 142 102 41
Binary 1000110 10001100 11101 110010 0 1001111 101101 1100010 1000010 100001

Color Harmonies of #468C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C1D

Black with #468C1D

Text Example


Text Example

White with #468C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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