Html Css Color HEX #2B5F2B Parsley

📋 copy color: '#2B5F2B'

red 43 ◦ green 95 ◦ blue 43

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

Shades of Parsley #2B5F2B

Tints of Parsley #2B5F2B

RGB

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

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

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

R = 23.76%
G = 52.49%
B = 23.76%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.55

 K value IS 0.63

RGB Variations

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

Color information

#2B5F2B (or 0x2B5F2B) is known color: Parsley. HEX triplet: 2B, 5F and 2B. RGB value is (43,95,43). Sum of RGB (Red+Green+Blue) = 43+95+43=181 (23% of max value = 765). Red value is 43 (17.19% from 255 or 23.76% from 181); Green value is 95 (37.5% from 255 or 52.49% from 181); Blue value is 43 (17.19% from 255 or 23.76% from 181); Max value from RGB is 95 - color contains mainly: green. Hex color #2B5F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B5F2B is #D4A0D4. Grayscale: #494949. Windows color (decimal): -13934805 or 2842411. OLE color: 2842411.

HSL color Cylindrical-coordinate representation of color #2B5F2B: hue angle of 120º 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 #2B5F2B is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB 43 95 43 -
CMYK 0.55 0 0.55 0.63
HSL 120º 0.38% 0.27% -
HSV(B) 120º 0.55% 0.37% -
XYZ 5.52 8.87 3.71 -
YUV 73.52 110.77 106.23 -
System Red Green Blue C M Y K H S L
Decimal 43 95 43 0.55 0 0.55 0.63 120 0.38 0.27
Hex 2B 5F 2B 37 0 37 3F 78 26 1B
Octal 53 137 53 67 0 67 77 170 46 33
Binary 101011 1011111 101011 110111 0 110111 111111 1111000 100110 11011

Color Harmonies of #2B5F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B5F2B

Black with #2B5F2B

Text Example


Text Example

White with #2B5F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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