Html Css Color HEX #468A02 La Palma

📋 copy color: '#468A02'

red 70 ◦ green 138 ◦ blue 2

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

Shades of La Palma #468A02

Tints of La Palma #468A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 33.33%
G = 65.71%
B = 0.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#468A02 (or 0x468A02) is known color: La Palma. HEX triplet: 46, 8A and 02. RGB value is (70,138,2). Sum of RGB (Red+Green+Blue) = 70+138+2=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #468A02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468A02 is #B975FD. Grayscale: #666666. Windows color (decimal): -12154366 or 166470. OLE color: 166470.

HSL color Cylindrical-coordinate representation of color #468A02: hue angle of 90º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #468A02 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 138 2 -
CMYK 0.49 0 0.99 0.46
HSL 90º 0.97% 0.27% -
HSV(B) 90º 0.99% 0.54% -
XYZ 11.63 19.48 3.21 -
YUV 102.16 71.47 105.06 -
System Red Green Blue C M Y K H S L
Decimal 70 138 2 0.49 0 0.99 0.46 90 0.97 0.27
Hex 46 8A 2 31 0 63 2E 5A 61 1B
Octal 106 212 2 61 0 143 56 132 141 33
Binary 1000110 10001010 10 110001 0 1100011 101110 1011010 1100001 11011

Color Harmonies of #468A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468A02

Black with #468A02

Text Example


Text Example

White with #468A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,138,2); }

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

background-color css

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

 a { background-color: rgb(70,138,2); }

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

border-color css

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

 span { border-color: rgb(70,138,2); }

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