Html Css Color HEX #349902 La Palma

📋 copy color: '#349902'

red 52 ◦ green 153 ◦ blue 2

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

Shades of La Palma #349902

Tints of La Palma #349902

RGB

 RED value IS 52 (20.7% from 255) = 25.12%

 GREEN value IS 153 (60.16% from 255) = 73.91%

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

R = 25.12%
G = 73.91%
B = 0.97%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#349902 (or 0x349902) is known color: La Palma. HEX triplet: 34, 99 and 02. RGB value is (52,153,2). Sum of RGB (Red+Green+Blue) = 52+153+2=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 153 (60.16% from 255 or 73.91% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 153 - color contains mainly: green. Hex color #349902 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349902 is #CB66FD. Grayscale: #6A6A6A. Windows color (decimal): -13330174 or 170292. OLE color: 170292.

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

Color convert

RGB 52 153 2 -
CMYK 0.66 0 0.99 0.4
HSL 100.13º 0.97% 0.3% -
HSV(B) 100.13º 0.99% 0.6% -
XYZ 12.82 23.52 3.92 -
YUV 105.59 69.54 89.78 -
System Red Green Blue C M Y K H S L
Decimal 52 153 2 0.66 0 0.99 0.4 100.13 0.97 0.3
Hex 34 99 2 42 0 63 28 64 61 1E
Octal 64 231 2 102 0 143 50 144 141 36
Binary 110100 10011001 10 1000010 0 1100011 101000 1100100 1100001 11110

Color Harmonies of #349902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349902

Black with #349902

Text Example


Text Example

White with #349902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349902; }

 p { color: rgb(52,153,2); }

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

background-color css

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

 a { background-color: rgb(52,153,2); }

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

border-color css

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

 span { border-color: rgb(52,153,2); }

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