Html Css Color HEX #2B763A San Felix

📋 copy color: '#2B763A'

red 43 ◦ green 118 ◦ blue 58

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

Shades of San Felix #2B763A

Tints of San Felix #2B763A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 53.88%

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

R = 19.63%
G = 53.88%
B = 26.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#2B763A (or 0x2B763A) is known color: San Felix. HEX triplet: 2B, 76 and 3A. RGB value is (43,118,58). Sum of RGB (Red+Green+Blue) = 43+118+58=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #2B763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B763A is #D489C5. Grayscale: #585858. Windows color (decimal): -13928902 or 3831339. OLE color: 3831339.

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

Color convert

RGB 43 118 58 -
CMYK 0.64 0 0.51 0.54
HSL 132º 0.47% 0.32% -
HSV(B) 132º 0.64% 0.46% -
XYZ 8.24 13.78 6.23 -
YUV 88.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 43 118 58 0.64 0 0.51 0.54 132 0.47 0.32
Hex 2B 76 3A 40 0 33 36 84 2F 20
Octal 53 166 72 100 0 63 66 204 57 40
Binary 101011 1110110 111010 1000000 0 110011 110110 10000100 101111 100000

Color Harmonies of #2B763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B763A

Black with #2B763A

Text Example


Text Example

White with #2B763A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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