Html Css Color HEX #2F733A San Felix

📋 copy color: '#2F733A'

red 47 ◦ green 115 ◦ blue 58

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

Shades of San Felix #2F733A

Tints of San Felix #2F733A

RGB

 RED value IS 47 (18.75% from 255) = 21.36%

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

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

R = 21.36%
G = 52.27%
B = 26.36%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.50

 K value IS 0.55

RGB Variations

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

Color information

#2F733A (or 0x2F733A) is known color: San Felix. HEX triplet: 2F, 73 and 3A. RGB value is (47,115,58). Sum of RGB (Red+Green+Blue) = 47+115+58=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #2F733A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F733A is #D08CC5. Grayscale: #585858. Windows color (decimal): -13667526 or 3830575. OLE color: 3830575.

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

Color convert

RGB 47 115 58 -
CMYK 0.59 0 0.50 0.55
HSL 129.71º 0.42% 0.32% -
HSV(B) 129.71º 0.59% 0.45% -
XYZ 8.07 13.17 6.12 -
YUV 88.17 110.97 98.63 -
System Red Green Blue C M Y K H S L
Decimal 47 115 58 0.59 0 0.50 0.55 129.71 0.42 0.32
Hex 2F 73 3A 3B 0 32 37 82 2A 20
Octal 57 163 72 73 0 62 67 202 52 40
Binary 101111 1110011 111010 111011 0 110010 110111 10000010 101010 100000

Color Harmonies of #2F733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F733A

Black with #2F733A

Text Example


Text Example

White with #2F733A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,115,58); }

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

background-color css

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

 a { background-color: rgb(47,115,58); }

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

border-color css

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

 span { border-color: rgb(47,115,58); }

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