Html Css Color HEX #2D5F2B Parsley

📋 copy color: '#2D5F2B'

red 45 ◦ green 95 ◦ blue 43

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

Shades of Parsley #2D5F2B

Tints of Parsley #2D5F2B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 51.91%

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 24.59%
G = 51.91%
B = 23.5%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#2D5F2B (or 0x2D5F2B) is known color: Parsley. HEX triplet: 2D, 5F and 2B. RGB value is (45,95,43). Sum of RGB (Red+Green+Blue) = 45+95+43=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #2D5F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D5F2B is #D2A0D4. Grayscale: #4A4A4A. Windows color (decimal): -13803733 or 2842413. OLE color: 2842413.

HSL color Cylindrical-coordinate representation of color #2D5F2B: hue angle of 117.69º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D5F2B is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 45 95 43 -
CMYK 0.53 0 0.55 0.63
HSL 117.69º 0.38% 0.27% -
HSV(B) 117.69º 0.55% 0.37% -
XYZ 5.61 8.92 3.71 -
YUV 74.12 110.44 107.23 -
System Red Green Blue C M Y K H S L
Decimal 45 95 43 0.53 0 0.55 0.63 117.69 0.38 0.27
Hex 2D 5F 2B 35 0 37 3F 76 26 1B
Octal 55 137 53 65 0 67 77 166 46 33
Binary 101101 1011111 101011 110101 0 110111 111111 1110110 100110 11011

Color Harmonies of #2D5F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5F2B

Black with #2D5F2B

Text Example


Text Example

White with #2D5F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,95,43); }

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

background-color css

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

 a { background-color: rgb(45,95,43); }

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

border-color css

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

 span { border-color: rgb(45,95,43); }

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