Html Css Color HEX #2B5D30 Parsley

📋 copy color: '#2B5D30'

red 43 ◦ green 93 ◦ blue 48

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

Shades of Parsley #2B5D30

Tints of Parsley #2B5D30

RGB

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

 GREEN value IS 93 (36.72% from 255) = 50.54%

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

R = 23.37%
G = 50.54%
B = 26.09%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#2B5D30 (or 0x2B5D30) is known color: Parsley. HEX triplet: 2B, 5D and 30. RGB value is (43,93,48). Sum of RGB (Red+Green+Blue) = 43+93+48=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 93 (36.72% from 255 or 50.54% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 93 - color contains mainly: green. Hex color #2B5D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5D30 is #D4A2CF. Grayscale: #494949. Windows color (decimal): -13935312 or 3169579. OLE color: 3169579.

HSL color Cylindrical-coordinate representation of color #2B5D30: hue angle of 126º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B5D30 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 43 93 48 -
CMYK 0.54 0 0.48 0.64
HSL 126º 0.37% 0.27% -
HSV(B) 126º 0.54% 0.36% -
XYZ 5.44 8.56 4.16 -
YUV 72.92 113.94 106.66 -
System Red Green Blue C M Y K H S L
Decimal 43 93 48 0.54 0 0.48 0.64 126 0.37 0.27
Hex 2B 5D 30 36 0 30 40 7E 25 1B
Octal 53 135 60 66 0 60 100 176 45 33
Binary 101011 1011101 110000 110110 0 110000 1000000 1111110 100101 11011

Color Harmonies of #2B5D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5D30

Black with #2B5D30

Text Example


Text Example

White with #2B5D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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