Html Css Color HEX #309602 La Palma

📋 copy color: '#309602'

red 48 ◦ green 150 ◦ blue 2

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

Shades of La Palma #309602

Tints of La Palma #309602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 75%

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

R = 24%
G = 75%
B = 1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#309602 (or 0x309602) is known color: La Palma. HEX triplet: 30, 96 and 02. RGB value is (48,150,2). Sum of RGB (Red+Green+Blue) = 48+150+2=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 150 (58.98% from 255 or 75% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 150 - color contains mainly: green. Hex color #309602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #309602 is #CF69FD. Grayscale: #676767. Windows color (decimal): -13593086 or 169520. OLE color: 169520.

HSL color Cylindrical-coordinate representation of color #309602: hue angle of 101.35º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #309602 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 2 -
CMYK 0.68 0 0.99 0.41
HSL 101.35º 0.97% 0.3% -
HSV(B) 101.35º 0.99% 0.59% -
XYZ 12.14 22.45 3.75 -
YUV 102.63 71.21 89.03 -
System Red Green Blue C M Y K H S L
Decimal 48 150 2 0.68 0 0.99 0.41 101.35 0.97 0.3
Hex 30 96 2 44 0 63 29 65 61 1E
Octal 60 226 2 104 0 143 51 145 141 36
Binary 110000 10010110 10 1000100 0 1100011 101001 1100101 1100001 11110

Color Harmonies of #309602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309602

Black with #309602

Text Example


Text Example

White with #309602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309602; }

 p { color: rgb(48,150,2); }

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

background-color css

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

 a { background-color: rgb(48,150,2); }

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

border-color css

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

 span { border-color: rgb(48,150,2); }

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