Html Css Color HEX #307866 Genoa

📋 copy color: '#307866'

red 48 ◦ green 120 ◦ blue 102

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

Shades of Genoa #307866

Tints of Genoa #307866

RGB

 RED value IS 48 (19.14% from 255) = 17.78%

 GREEN value IS 120 (47.27% from 255) = 44.44%

 BLUE value IS 102 (40.23% from 255) = 37.78%

R = 17.78%
G = 44.44%
B = 37.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#307866 (or 0x307866) is known color: Genoa. HEX triplet: 30, 78 and 66. RGB value is (48,120,102). Sum of RGB (Red+Green+Blue) = 48+120+102=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #307866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307866 is #CF8799. Grayscale: #606060. Windows color (decimal): -13600666 or 6715440. OLE color: 6715440.

HSL color Cylindrical-coordinate representation of color #307866: hue angle of 165º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #307866 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 102 -
CMYK 0.60 0 0.15 0.53
HSL 165º 0.43% 0.33% -
HSV(B) 165º 0.6% 0.47% -
XYZ 10.33 15.02 14.93 -
YUV 96.42 131.15 93.46 -
System Red Green Blue C M Y K H S L
Decimal 48 120 102 0.60 0 0.15 0.53 165 0.43 0.33
Hex 30 78 66 3C 0 F 35 A5 2B 21
Octal 60 170 146 74 0 17 65 245 53 41
Binary 110000 1111000 1100110 111100 0 1111 110101 10100101 101011 100001

Color Harmonies of #307866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307866

Black with #307866

Text Example


Text Example

White with #307866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307866; }

 p { color: rgb(48,120,102); }

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

background-color css

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

 a { background-color: rgb(48,120,102); }

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

border-color css

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

 span { border-color: rgb(48,120,102); }

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