Html Css Color HEX #104C2B Zuccini

📋 copy color: '#104C2B'

red 16 ◦ green 76 ◦ blue 43

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

Shades of Zuccini #104C2B

Tints of Zuccini #104C2B

RGB

 RED value IS 16 (6.64% from 255) = 11.85%

 GREEN value IS 76 (30.08% from 255) = 56.3%

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

R = 11.85%
G = 56.3%
B = 31.85%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#104C2B (or 0x104C2B) is known color: Zuccini. HEX triplet: 10, 4C and 2B. RGB value is (16,76,43). Sum of RGB (Red+Green+Blue) = 16+76+43=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 76 (30.08% from 255 or 56.30% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 76 - color contains mainly: green. Hex color #104C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C2B is #EFB3D4. Grayscale: #363636. Windows color (decimal): -15709141 or 2837520. OLE color: 2837520.

HSL color Cylindrical-coordinate representation of color #104C2B: hue angle of 147º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C2B is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 76 43 -
CMYK 0.79 0 0.43 0.70
HSL 147º 0.65% 0.18% -
HSV(B) 147º 0.79% 0.3% -
XYZ 3.23 5.45 3.17 -
YUV 54.3 121.62 100.68 -
System Red Green Blue C M Y K H S L
Decimal 16 76 43 0.79 0 0.43 0.70 147 0.65 0.18
Hex 10 4C 2B 4F 0 2B 46 93 41 12
Octal 20 114 53 117 0 53 106 223 101 22
Binary 10000 1001100 101011 1001111 0 101011 1000110 10010011 1000001 10010

Color Harmonies of #104C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C2B

Black with #104C2B

Text Example


Text Example

White with #104C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104C2B; }

 p { color: rgb(16,76,43); }

 H1.HeaderClassName
 {
   color: #104C2B;
 }
 .AnyTagClassName
 {
   color: #104C2B;
 }
</style>

background-color css

<style>
 a { background-color: #104C2B; }

 a { background-color: rgb(16,76,43); }

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

border-color css

<style>
 span { border-color: #104C2B; }

 span { border-color: rgb(16,76,43); }

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