Html Css Color HEX #2B743A San Felix

📋 copy color: '#2B743A'

red 43 ◦ green 116 ◦ blue 58

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

Shades of San Felix #2B743A

Tints of San Felix #2B743A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.46%

 BLUE value IS 58 (23.05% from 255) = 26.73%

R = 19.82%
G = 53.46%
B = 26.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#2B743A (or 0x2B743A) is known color: San Felix. HEX triplet: 2B, 74 and 3A. RGB value is (43,116,58). Sum of RGB (Red+Green+Blue) = 43+116+58=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #2B743A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B743A is #D48BC5. Grayscale: #575757. Windows color (decimal): -13929414 or 3830827. OLE color: 3830827.

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

Color convert

RGB 43 116 58 -
CMYK 0.63 0 0.5 0.55
HSL 132.33º 0.46% 0.31% -
HSV(B) 132.33º 0.63% 0.45% -
XYZ 8.01 13.31 6.15 -
YUV 87.56 111.32 96.22 -
System Red Green Blue C M Y K H S L
Decimal 43 116 58 0.63 0 0.5 0.55 132.33 0.46 0.31
Hex 2B 74 3A 3F 0 32 37 84 2E 1F
Octal 53 164 72 77 0 62 67 204 56 37
Binary 101011 1110100 111010 111111 0 110010 110111 10000100 101110 11111

Color Harmonies of #2B743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B743A

Black with #2B743A

Text Example


Text Example

White with #2B743A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,116,58); }

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

background-color css

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

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

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

border-color css

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

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

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