Html Css Color HEX #2D5A35 Parsley

📋 copy color: '#2D5A35'

red 45 ◦ green 90 ◦ blue 53

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

Shades of Parsley #2D5A35

Tints of Parsley #2D5A35

RGB

 RED value IS 45 (17.97% from 255) = 23.94%

 GREEN value IS 90 (35.55% from 255) = 47.87%

 BLUE value IS 53 (21.09% from 255) = 28.19%

R = 23.94%
G = 47.87%
B = 28.19%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#2D5A35 (or 0x2D5A35) is known color: Parsley. HEX triplet: 2D, 5A and 35. RGB value is (45,90,53). Sum of RGB (Red+Green+Blue) = 45+90+53=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 90 (35.55% from 255 or 47.87% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 90 - color contains mainly: green. Hex color #2D5A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5A35 is #D2A5CA. Grayscale: #484848. Windows color (decimal): -13805003 or 3496493. OLE color: 3496493.

HSL color Cylindrical-coordinate representation of color #2D5A35: hue angle of 130.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2D5A35 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 45 90 53 -
CMYK 0.50 0 0.41 0.65
HSL 130.67º 0.33% 0.26% -
HSV(B) 130.67º 0.5% 0.35% -
XYZ 5.38 8.13 4.65 -
YUV 72.33 117.09 108.51 -
System Red Green Blue C M Y K H S L
Decimal 45 90 53 0.50 0 0.41 0.65 130.67 0.33 0.26
Hex 2D 5A 35 32 0 29 41 83 21 1A
Octal 55 132 65 62 0 51 101 203 41 32
Binary 101101 1011010 110101 110010 0 101001 1000001 10000011 100001 11010

Color Harmonies of #2D5A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5A35

Black with #2D5A35

Text Example


Text Example

White with #2D5A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D5A35; }

 p { color: rgb(45,90,53); }

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

background-color css

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

 a { background-color: rgb(45,90,53); }

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

border-color css

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

 span { border-color: rgb(45,90,53); }

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