Html Css Color HEX #34A529 Forest Green

📋 copy color: '#34A529'

red 52 ◦ green 165 ◦ blue 41

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

Shades of Forest Green #34A529

Tints of Forest Green #34A529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 63.95%

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

R = 20.16%
G = 63.95%
B = 15.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#34A529 (or 0x34A529) is known color: Forest Green. HEX triplet: 34, A5 and 29. RGB value is (52,165,41). Sum of RGB (Red+Green+Blue) = 52+165+41=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 165 (64.84% from 255 or 63.95% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 165 - color contains mainly: green. Hex color #34A529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A529 is #CB5AD6. Grayscale: #757575. Windows color (decimal): -13327063 or 2729268. OLE color: 2729268.

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

Color convert

RGB 52 165 41 -
CMYK 0.68 0 0.75 0.35
HSL 114.68º 0.6% 0.4% -
HSV(B) 114.68º 0.75% 0.65% -
XYZ 15.27 27.8 6.66 -
YUV 117.08 85.06 81.58 -
System Red Green Blue C M Y K H S L
Decimal 52 165 41 0.68 0 0.75 0.35 114.68 0.6 0.4
Hex 34 A5 29 44 0 4B 23 73 3C 28
Octal 64 245 51 104 0 113 43 163 74 50
Binary 110100 10100101 101001 1000100 0 1001011 100011 1110011 111100 101000

Color Harmonies of #34A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A529

Black with #34A529

Text Example


Text Example

White with #34A529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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