Html Css Color HEX #094E2B Zuccini

📋 copy color: '#094E2B'

red 9 ◦ green 78 ◦ blue 43

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

Shades of Zuccini #094E2B

Tints of Zuccini #094E2B

RGB

 RED value IS 9 (3.91% from 255) = 6.92%

 GREEN value IS 78 (30.86% from 255) = 60%

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

R = 6.92%
G = 60%
B = 33.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#094E2B (or 0x094E2B) is known color: Zuccini. HEX triplet: 09, 4E and 2B. RGB value is (9,78,43). Sum of RGB (Red+Green+Blue) = 9+78+43=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 78 (30.86% from 255 or 60% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 78 - color contains mainly: green. Hex color #094E2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094E2B is #F6B1D4. Grayscale: #353535. Windows color (decimal): -16167381 or 2838025. OLE color: 2838025.

HSL color Cylindrical-coordinate representation of color #094E2B: hue angle of 149.57º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094E2B is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 78 43 -
CMYK 0.88 0 0.45 0.69
HSL 149.57º 0.79% 0.17% -
HSV(B) 149.57º 0.88% 0.31% -
XYZ 3.27 5.68 3.21 -
YUV 53.38 122.14 96.35 -
System Red Green Blue C M Y K H S L
Decimal 9 78 43 0.88 0 0.45 0.69 149.57 0.79 0.17
Hex 9 4E 2B 58 0 2D 45 96 4F 11
Octal 11 116 53 130 0 55 105 226 117 21
Binary 1001 1001110 101011 1011000 0 101101 1000101 10010110 1001111 10001

Color Harmonies of #094E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094E2B

Black with #094E2B

Text Example


Text Example

White with #094E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094E2B; }

 p { color: rgb(9,78,43); }

 H1.HeaderClassName
 {
   color: #094E2B;
 }
 .AnyTagClassName
 {
   color: #094E2B;
 }
</style>

background-color css

<style>
 a { background-color: #094E2B; }

 a { background-color: rgb(9,78,43); }

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

border-color css

<style>
 span { border-color: #094E2B; }

 span { border-color: rgb(9,78,43); }

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