Html Css Color HEX #34A129 Forest Green

📋 copy color: '#34A129'

red 52 ◦ green 161 ◦ blue 41

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

Shades of Forest Green #34A129

Tints of Forest Green #34A129

RGB

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

 GREEN value IS 161 (63.28% from 255) = 63.39%

 BLUE value IS 41 (16.41% from 255) = 16.14%

R = 20.47%
G = 63.39%
B = 16.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#34A129 (or 0x34A129) is known color: Forest Green. HEX triplet: 34, A1 and 29. RGB value is (52,161,41). Sum of RGB (Red+Green+Blue) = 52+161+41=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 161 (63.28% from 255 or 63.39% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 161 - color contains mainly: green. Hex color #34A129 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A129 is #CB5ED6. Grayscale: #737373. Windows color (decimal): -13328087 or 2728244. OLE color: 2728244.

HSL color Cylindrical-coordinate representation of color #34A129: hue angle of 114.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34A129 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 52 161 41 -
CMYK 0.68 0 0.75 0.37
HSL 114.5º 0.59% 0.4% -
HSV(B) 114.5º 0.75% 0.63% -
XYZ 14.56 26.38 6.42 -
YUV 114.73 86.39 83.26 -
System Red Green Blue C M Y K H S L
Decimal 52 161 41 0.68 0 0.75 0.37 114.5 0.59 0.4
Hex 34 A1 29 44 0 4B 25 72 3B 28
Octal 64 241 51 104 0 113 45 162 73 50
Binary 110100 10100001 101001 1000100 0 1001011 100101 1110010 111011 101000

Color Harmonies of #34A129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A129

Black with #34A129

Text Example


Text Example

White with #34A129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34A129; }

 p { color: rgb(52,161,41); }

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

background-color css

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

 a { background-color: rgb(52,161,41); }

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

border-color css

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

 span { border-color: rgb(52,161,41); }

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