Html Css Color HEX #3A952A La Palma

📋 copy color: '#3A952A'

red 58 ◦ green 149 ◦ blue 42

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

Shades of La Palma #3A952A

Tints of La Palma #3A952A

RGB

 RED value IS 58 (23.05% from 255) = 23.29%

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

 BLUE value IS 42 (16.8% from 255) = 16.87%

R = 23.29%
G = 59.84%
B = 16.87%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#3A952A (or 0x3A952A) is known color: La Palma. HEX triplet: 3A, 95 and 2A. RGB value is (58,149,42). Sum of RGB (Red+Green+Blue) = 58+149+42=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 149 (58.59% from 255 or 59.84% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 149 - color contains mainly: green. Hex color #3A952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A952A is #C56AD5. Grayscale: #6D6D6D. Windows color (decimal): -12937942 or 2790714. OLE color: 2790714.

HSL color Cylindrical-coordinate representation of color #3A952A: hue angle of 111.03º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A952A is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 149 42 -
CMYK 0.61 0 0.72 0.42
HSL 111.03º 0.56% 0.37% -
HSV(B) 111.03º 0.72% 0.58% -
XYZ 12.91 22.56 5.86 -
YUV 109.59 89.85 91.2 -
System Red Green Blue C M Y K H S L
Decimal 58 149 42 0.61 0 0.72 0.42 111.03 0.56 0.37
Hex 3A 95 2A 3D 0 48 2A 6F 38 25
Octal 72 225 52 75 0 110 52 157 70 45
Binary 111010 10010101 101010 111101 0 1001000 101010 1101111 111000 100101

Color Harmonies of #3A952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A952A

Black with #3A952A

Text Example


Text Example

White with #3A952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A952A; }

 p { color: rgb(58,149,42); }

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

background-color css

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

 a { background-color: rgb(58,149,42); }

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

border-color css

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

 span { border-color: rgb(58,149,42); }

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