Html Css Color HEX #469B30 La Palma

📋 copy color: '#469B30'

red 70 ◦ green 155 ◦ blue 48

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

Shades of La Palma #469B30

Tints of La Palma #469B30

RGB

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

 GREEN value IS 155 (60.94% from 255) = 56.78%

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 25.64%
G = 56.78%
B = 17.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#469B30 (or 0x469B30) is known color: La Palma. HEX triplet: 46, 9B and 30. RGB value is (70,155,48). Sum of RGB (Red+Green+Blue) = 70+155+48=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #469B30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469B30 is #B964CF. Grayscale: #757575. Windows color (decimal): -12149968 or 3185478. OLE color: 3185478.

HSL color Cylindrical-coordinate representation of color #469B30: hue angle of 107.66º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #469B30 is Cyan = 0.55, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 155 48 -
CMYK 0.55 0 0.69 0.39
HSL 107.66º 0.53% 0.4% -
HSV(B) 107.66º 0.69% 0.61% -
XYZ 14.78 24.96 6.83 -
YUV 117.39 88.84 94.2 -
System Red Green Blue C M Y K H S L
Decimal 70 155 48 0.55 0 0.69 0.39 107.66 0.53 0.4
Hex 46 9B 30 37 0 45 27 6C 35 28
Octal 106 233 60 67 0 105 47 154 65 50
Binary 1000110 10011011 110000 110111 0 1000101 100111 1101100 110101 101000

Color Harmonies of #469B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469B30

Black with #469B30

Text Example


Text Example

White with #469B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469B30; }

 p { color: rgb(70,155,48); }

 H1.HeaderClassName
 {
   color: #469B30;
 }
 .AnyTagClassName
 {
   color: #469B30;
 }
</style>

background-color css

<style>
 a { background-color: #469B30; }

 a { background-color: rgb(70,155,48); }

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

border-color css

<style>
 span { border-color: #469B30; }

 span { border-color: rgb(70,155,48); }

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