Html Css Color HEX #2B6728 San Felix

📋 copy color: '#2B6728'

red 43 ◦ green 103 ◦ blue 40

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

Shades of San Felix #2B6728

Tints of San Felix #2B6728

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.38%

 BLUE value IS 40 (16.02% from 255) = 21.51%

R = 23.12%
G = 55.38%
B = 21.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#2B6728 (or 0x2B6728) is known color: San Felix. HEX triplet: 2B, 67 and 28. RGB value is (43,103,40). Sum of RGB (Red+Green+Blue) = 43+103+40=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6728 is #D498D7. Grayscale: #4E4E4E. Windows color (decimal): -13932760 or 2647851. OLE color: 2647851.

HSL color Cylindrical-coordinate representation of color #2B6728: hue angle of 117.14º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6728 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB 43 103 40 -
CMYK 0.58 0 0.61 0.60
HSL 117.14º 0.44% 0.28% -
HSV(B) 117.14º 0.61% 0.4% -
XYZ 6.23 10.37 3.68 -
YUV 77.88 106.62 103.12 -
System Red Green Blue C M Y K H S L
Decimal 43 103 40 0.58 0 0.61 0.60 117.14 0.44 0.28
Hex 2B 67 28 3A 0 3D 3C 75 2C 1C
Octal 53 147 50 72 0 75 74 165 54 34
Binary 101011 1100111 101000 111010 0 111101 111100 1110101 101100 11100

Color Harmonies of #2B6728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B6728

Black with #2B6728

Text Example


Text Example

White with #2B6728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,103,40); }

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

background-color css

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

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

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

border-color css

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

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

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