Html Css Color HEX #2B4D2D Parsley

📋 copy color: '#2B4D2D'

red 43 ◦ green 77 ◦ blue 45

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

Shades of Parsley #2B4D2D

Tints of Parsley #2B4D2D

RGB

 RED value IS 43 (17.19% from 255) = 26.06%

 GREEN value IS 77 (30.47% from 255) = 46.67%

 BLUE value IS 45 (17.97% from 255) = 27.27%

R = 26.06%
G = 46.67%
B = 27.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.70

RGB Variations

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

Color information

#2B4D2D (or 0x2B4D2D) is known color: Parsley. HEX triplet: 2B, 4D and 2D. RGB value is (43,77,45). Sum of RGB (Red+Green+Blue) = 43+77+45=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #2B4D2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B4D2D is #D4B2D2. Grayscale: #3F3F3F. Windows color (decimal): -13939411 or 2968875. OLE color: 2968875.

HSL color Cylindrical-coordinate representation of color #2B4D2D: hue angle of 123.53º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B4D2D is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.

Color convert

RGB 43 77 45 -
CMYK 0.44 0 0.42 0.70
HSL 123.53º 0.28% 0.24% -
HSV(B) 123.53º 0.44% 0.3% -
XYZ 4.12 6.01 3.43 -
YUV 63.19 117.74 113.6 -
System Red Green Blue C M Y K H S L
Decimal 43 77 45 0.44 0 0.42 0.70 123.53 0.28 0.24
Hex 2B 4D 2D 2C 0 2A 46 7C 1C 18
Octal 53 115 55 54 0 52 106 174 34 30
Binary 101011 1001101 101101 101100 0 101010 1000110 1111100 11100 11000

Color Harmonies of #2B4D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4D2D

Black with #2B4D2D

Text Example


Text Example

White with #2B4D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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