Html Css Color HEX #2B7539 San Felix

📋 copy color: '#2B7539'

red 43 ◦ green 117 ◦ blue 57

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

Shades of San Felix #2B7539

Tints of San Felix #2B7539

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.92%

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

R = 19.82%
G = 53.92%
B = 26.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#2B7539 (or 0x2B7539) is known color: San Felix. HEX triplet: 2B, 75 and 39. RGB value is (43,117,57). Sum of RGB (Red+Green+Blue) = 43+117+57=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #2B7539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B7539 is #D48AC6. Grayscale: #585858. Windows color (decimal): -13929159 or 3765547. OLE color: 3765547.

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

Color convert

RGB 43 117 57 -
CMYK 0.63 0 0.51 0.54
HSL 131.35º 0.46% 0.31% -
HSV(B) 131.35º 0.63% 0.46% -
XYZ 8.1 13.53 6.06 -
YUV 88.03 110.48 95.88 -
System Red Green Blue C M Y K H S L
Decimal 43 117 57 0.63 0 0.51 0.54 131.35 0.46 0.31
Hex 2B 75 39 3F 0 33 36 83 2E 1F
Octal 53 165 71 77 0 63 66 203 56 37
Binary 101011 1110101 111001 111111 0 110011 110110 10000011 101110 11111

Color Harmonies of #2B7539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B7539

Black with #2B7539

Text Example


Text Example

White with #2B7539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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