Html Css Color HEX #2B763C San Felix

📋 copy color: '#2B763C'

red 43 ◦ green 118 ◦ blue 60

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

Shades of San Felix #2B763C

Tints of San Felix #2B763C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 27.15%

R = 19.46%
G = 53.39%
B = 27.15%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#2B763C (or 0x2B763C) is known color: San Felix. HEX triplet: 2B, 76 and 3C. RGB value is (43,118,60). Sum of RGB (Red+Green+Blue) = 43+118+60=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 118 (46.48% from 255 or 53.39% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 118 - color contains mainly: green. Hex color #2B763C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B763C is #D489C3. Grayscale: #595959. Windows color (decimal): -13928900 or 3962411. OLE color: 3962411.

HSL color Cylindrical-coordinate representation of color #2B763C: hue angle of 133.6º 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 #2B763C is Cyan = 0.64, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB 43 118 60 -
CMYK 0.64 0 0.49 0.54
HSL 133.6º 0.47% 0.32% -
HSV(B) 133.6º 0.64% 0.46% -
XYZ 8.29 13.8 6.5 -
YUV 88.96 111.65 95.22 -
System Red Green Blue C M Y K H S L
Decimal 43 118 60 0.64 0 0.49 0.54 133.6 0.47 0.32
Hex 2B 76 3C 40 0 31 36 86 2F 20
Octal 53 166 74 100 0 61 66 206 57 40
Binary 101011 1110110 111100 1000000 0 110001 110110 10000110 101111 100000

Color Harmonies of #2B763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B763C

Black with #2B763C

Text Example


Text Example

White with #2B763C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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