#309500

Color #309500 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #309500

Tints of La Palma #309500

Color information

#309500 (or 0x309500) is unknown color: approx La Palma. HEX triplet: 30, 95 and 00. RGB value is (48,149,0). Sum of RGB (Red+Green+Blue) = 48+149+0=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 149 (58.59% from 255 or 75.63% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 149 - color contains mainly: green. Hex color #309500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309500 is #CF6AFF. Grayscale: #666666. Windows color (decimal): -13593344 or 38192. OLE color: 38192.

HSL color Cylindrical-coordinate representation of color #309500: hue angle of 100.67º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #309500 is Cyan = 0.68, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB481490-
CMYK0.68010.42
HSL100.67º100%29.22%-
HSV(B)100.67º100%58.43%-
XYZ11.9722.123.64-
YUV101.8270.5489.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 149 (58.59% from 255) = 75.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=24.37%
G=75.63%
B=0%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4814900.68010.42100.6710029.22
Hex30950440642A65641d
Octal60225010401445214514435
Binary1100001001010101000100011001001010101100101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #309500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #309500; }

 p { color: rgb(48,149,0); }

 H1.HeaderClassName
 {
   color: #309500;
 }
 .AnyTagClassName
 {
   color: #309500;
 }
</style>
background-color css

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

 a { background-color: rgb(48,149,0); }

 div.DivClassName
 {
   background-color: #309500;
 }
 .BgClassName
 {
   background-color: #309500;
 }
</style>
border-color css

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

 span { border-color: rgb(48,149,0); }

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