Html Css Color HEX #349402 La Palma

📋 copy color: '#349402'

red 52 ◦ green 148 ◦ blue 2

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

Shades of La Palma #349402

Tints of La Palma #349402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 73.27%

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

R = 25.74%
G = 73.27%
B = 0.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#349402 (or 0x349402) is known color: La Palma. HEX triplet: 34, 94 and 02. RGB value is (52,148,2). Sum of RGB (Red+Green+Blue) = 52+148+2=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 148 (58.20% from 255 or 73.27% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 148 - color contains mainly: green. Hex color #349402 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349402 is #CB6BFD. Grayscale: #676767. Windows color (decimal): -13331454 or 169012. OLE color: 169012.

HSL color Cylindrical-coordinate representation of color #349402: hue angle of 99.45º degrees, saturation: 0.97, 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 #349402 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 2 -
CMYK 0.65 0 0.99 0.42
HSL 99.45º 0.97% 0.29% -
HSV(B) 99.45º 0.99% 0.58% -
XYZ 12.02 21.91 3.65 -
YUV 102.65 71.2 91.87 -
System Red Green Blue C M Y K H S L
Decimal 52 148 2 0.65 0 0.99 0.42 99.45 0.97 0.29
Hex 34 94 2 41 0 63 2A 63 61 1D
Octal 64 224 2 101 0 143 52 143 141 35
Binary 110100 10010100 10 1000001 0 1100011 101010 1100011 1100001 11101

Color Harmonies of #349402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349402

Black with #349402

Text Example


Text Example

White with #349402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349402; }

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

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

background-color css

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

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

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

border-color css

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

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

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