Html Css Color HEX #309500 La Palma

📋 copy color: '#309500'

red 48 ◦ green 149 ◦ blue 0

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

Shades of La Palma #309500

Tints of La Palma #309500

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 value IS 0.68

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#309500 (or 0x309500) is known color: 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

RGB 48 149 0 -
CMYK 0.68 0 1 0.42
HSL 100.67º 1% 0.29% -
HSV(B) 100.67º 1% 0.58% -
XYZ 11.97 22.12 3.64 -
YUV 101.82 70.54 89.62 -
System Red Green Blue C M Y K H S L
Decimal 48 149 0 0.68 0 1 0.42 100.67 1 0.29
Hex 30 95 0 44 0 64 2A 65 64 1D
Octal 60 225 0 104 0 144 52 145 144 35
Binary 110000 10010101 0 1000100 0 1100100 101010 1100101 1100100 11101

Color Harmonies of #309500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309500

Black with #309500

Text Example


Text Example

White with #309500

Text Example


Text Example

HTML Codes & Css Web 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>