Html Css Color HEX #2B5830 Parsley

📋 copy color: '#2B5830'

red 43 ◦ green 88 ◦ blue 48

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

Shades of Parsley #2B5830

Tints of Parsley #2B5830

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.16%

 BLUE value IS 48 (19.14% from 255) = 26.82%

R = 24.02%
G = 49.16%
B = 26.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.45

 K value IS 0.65

RGB Variations

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

Color information

#2B5830 (or 0x2B5830) is known color: Parsley. HEX triplet: 2B, 58 and 30. RGB value is (43,88,48). Sum of RGB (Red+Green+Blue) = 43+88+48=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 88 (34.77% from 255 or 49.16% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 88 - color contains mainly: green. Hex color #2B5830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5830 is #D4A7CF. Grayscale: #464646. Windows color (decimal): -13936592 or 3168299. OLE color: 3168299.

HSL color Cylindrical-coordinate representation of color #2B5830: hue angle of 126.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B5830 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.

Color convert

RGB 43 88 48 -
CMYK 0.51 0 0.45 0.65
HSL 126.67º 0.34% 0.26% -
HSV(B) 126.67º 0.51% 0.35% -
XYZ 5.02 7.71 4.02 -
YUV 69.99 115.59 108.75 -
System Red Green Blue C M Y K H S L
Decimal 43 88 48 0.51 0 0.45 0.65 126.67 0.34 0.26
Hex 2B 58 30 33 0 2D 41 7F 22 1A
Octal 53 130 60 63 0 55 101 177 42 32
Binary 101011 1011000 110000 110011 0 101101 1000001 1111111 100010 11010

Color Harmonies of #2B5830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5830

Black with #2B5830

Text Example


Text Example

White with #2B5830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,88,48); }

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

background-color css

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

 a { background-color: rgb(43,88,48); }

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

border-color css

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

 span { border-color: rgb(43,88,48); }

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