Html Css Color HEX #309501 La Palma

📋 copy color: '#309501'

red 48 ◦ green 149 ◦ blue 1

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

Shades of La Palma #309501

Tints of La Palma #309501

RGB

 RED value IS 48 (19.14% from 255) = 24.24%

 GREEN value IS 149 (58.59% from 255) = 75.25%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 24.24%
G = 75.25%
B = 0.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#309501 (or 0x309501) is known color: La Palma. HEX triplet: 30, 95 and 01. RGB value is (48,149,1). Sum of RGB (Red+Green+Blue) = 48+149+1=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 149 (58.59% from 255 or 75.25% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 149 - color contains mainly: green. Hex color #309501 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309501 is #CF6AFE. Grayscale: #666666. Windows color (decimal): -13593343 or 103728. OLE color: 103728.

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

Color convert

RGB 48 149 1 -
CMYK 0.68 0 0.99 0.42
HSL 100.95º 0.99% 0.29% -
HSV(B) 100.95º 0.99% 0.58% -
XYZ 11.97 22.13 3.67 -
YUV 101.93 71.04 89.53 -
System Red Green Blue C M Y K H S L
Decimal 48 149 1 0.68 0 0.99 0.42 100.95 0.99 0.29
Hex 30 95 1 44 0 63 2A 65 63 1D
Octal 60 225 1 104 0 143 52 145 143 35
Binary 110000 10010101 1 1000100 0 1100011 101010 1100101 1100011 11101

Color Harmonies of #309501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309501

Black with #309501

Text Example


Text Example

White with #309501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309501; }

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

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

background-color css

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

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

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

border-color css

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

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

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