Html Css Color HEX #2B7339 San Felix

📋 copy color: '#2B7339'

red 43 ◦ green 115 ◦ blue 57

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

Shades of San Felix #2B7339

Tints of San Felix #2B7339

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.49%

 BLUE value IS 57 (22.66% from 255) = 26.51%

R = 20%
G = 53.49%
B = 26.51%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#2B7339 (or 0x2B7339) is known color: San Felix. HEX triplet: 2B, 73 and 39. RGB value is (43,115,57). Sum of RGB (Red+Green+Blue) = 43+115+57=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #2B7339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7339 is #D48CC6. Grayscale: #575757. Windows color (decimal): -13929671 or 3765035. OLE color: 3765035.

HSL color Cylindrical-coordinate representation of color #2B7339: hue angle of 131.67º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B7339 is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB 43 115 57 -
CMYK 0.63 0 0.50 0.55
HSL 131.67º 0.46% 0.31% -
HSV(B) 131.67º 0.63% 0.45% -
XYZ 7.87 13.07 5.98 -
YUV 86.86 111.15 96.72 -
System Red Green Blue C M Y K H S L
Decimal 43 115 57 0.63 0 0.50 0.55 131.67 0.46 0.31
Hex 2B 73 39 3F 0 32 37 84 2E 1F
Octal 53 163 71 77 0 62 67 204 56 37
Binary 101011 1110011 111001 111111 0 110010 110111 10000100 101110 11111

Color Harmonies of #2B7339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7339

Black with #2B7339

Text Example


Text Example

White with #2B7339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,115,57); }

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

background-color css

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

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

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

border-color css

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

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

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