#097C2D

Color #097C2D Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #097C2D

Tints of Camarone #097C2D

Color information

#097C2D (or 0x097C2D) is unknown color: approx Camarone. HEX triplet: 09, 7C and 2D. RGB value is (9,124,45). Sum of RGB (Red+Green+Blue) = 9+124+45=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 124 (48.83% from 255 or 69.66% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 124 - color contains mainly: green. Hex color #097C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097C2D is #F683D2. Grayscale: #505050. Windows color (decimal): -16155603 or 2980873. OLE color: 2980873.

HSL color Cylindrical-coordinate representation of color #097C2D: hue angle of 138.78º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097C2D is Cyan = 0.93, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB912445-
CMYK0.9300.640.51
HSL138.78º86.47%26.08%-
HSV(B)138.78º92.74%48.63%-
XYZ7.7914.664.9-
YUV80.61107.976.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 124 (48.83% from 255) = 69.66%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=5.06%
G=69.66%
B=25.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9124450.9300.640.51138.7886.4726.08
Hex97C2D5D040338b561a
Octal111745513501006321312632
Binary1001111110010110110111010100000011001110001011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097C2D; }

 p { color: rgb(9,124,45); }

 H1.HeaderClassName
 {
   color: #097C2D;
 }
 .AnyTagClassName
 {
   color: #097C2D;
 }
</style>
background-color css

<style>
 a { background-color: #097C2D; }

 a { background-color: rgb(9,124,45); }

 div.DivClassName
 {
   background-color: #097C2D;
 }
 .BgClassName
 {
   background-color: #097C2D;
 }
</style>
border-color css

<style>
 span { border-color: #097C2D; }

 span { border-color: rgb(9,124,45); }

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