Html Css Color HEX #1C742B San Felix

📋 copy color: '#1C742B'

red 28 ◦ green 116 ◦ blue 43

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

Shades of San Felix #1C742B

Tints of San Felix #1C742B

RGB

 RED value IS 28 (11.33% from 255) = 14.97%

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

 BLUE value IS 43 (17.19% from 255) = 22.99%

R = 14.97%
G = 62.03%
B = 22.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#1C742B (or 0x1C742B) is known color: San Felix. HEX triplet: 1C, 74 and 2B. RGB value is (28,116,43). Sum of RGB (Red+Green+Blue) = 28+116+43=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 116 (45.70% from 255 or 62.03% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 116 - color contains mainly: green. Hex color #1C742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C742B is #E38BD4. Grayscale: #515151. Windows color (decimal): -14912469 or 2847772. OLE color: 2847772.

HSL color Cylindrical-coordinate representation of color #1C742B: hue angle of 130.23º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C742B is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 116 43 -
CMYK 0.76 0 0.63 0.55
HSL 130.23º 0.61% 0.28% -
HSV(B) 130.23º 0.76% 0.45% -
XYZ 7.16 12.91 4.4 -
YUV 81.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 28 116 43 0.76 0 0.63 0.55 130.23 0.61 0.28
Hex 1C 74 2B 4C 0 3F 37 82 3D 1C
Octal 34 164 53 114 0 77 67 202 75 34
Binary 11100 1110100 101011 1001100 0 111111 110111 10000010 111101 11100

Color Harmonies of #1C742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C742B

Black with #1C742B

Text Example


Text Example

White with #1C742B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C742B; }

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

 H1.HeaderClassName
 {
   color: #1C742B;
 }
 .AnyTagClassName
 {
   color: #1C742B;
 }
</style>

background-color css

<style>
 a { background-color: #1C742B; }

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

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

border-color css

<style>
 span { border-color: #1C742B; }

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

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