Html Css Color HEX #307862 Genoa

📋 copy color: '#307862'

red 48 ◦ green 120 ◦ blue 98

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

Shades of Genoa #307862

Tints of Genoa #307862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.84%

R = 18.05%
G = 45.11%
B = 36.84%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#307862 (or 0x307862) is known color: Genoa. HEX triplet: 30, 78 and 62. RGB value is (48,120,98). Sum of RGB (Red+Green+Blue) = 48+120+98=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 120 (47.27% from 255 or 45.11% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 120 - color contains mainly: green. Hex color #307862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307862 is #CF879D. Grayscale: #5F5F5F. Windows color (decimal): -13600670 or 6453296. OLE color: 6453296.

HSL color Cylindrical-coordinate representation of color #307862: hue angle of 161.67º 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 #307862 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 48 120 98 -
CMYK 0.60 0 0.18 0.53
HSL 161.67º 0.43% 0.33% -
HSV(B) 161.67º 0.6% 0.47% -
XYZ 10.14 14.94 13.91 -
YUV 95.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 48 120 98 0.60 0 0.18 0.53 161.67 0.43 0.33
Hex 30 78 62 3C 0 12 35 A2 2B 21
Octal 60 170 142 74 0 22 65 242 53 41
Binary 110000 1111000 1100010 111100 0 10010 110101 10100010 101011 100001

Color Harmonies of #307862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307862

Black with #307862

Text Example


Text Example

White with #307862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307862; }

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

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

background-color css

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

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

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

border-color css

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

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

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