Html Css Color HEX #308369 Genoa

📋 copy color: '#308369'

red 48 ◦ green 131 ◦ blue 105

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

Shades of Genoa #308369

Tints of Genoa #308369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.13%

 BLUE value IS 105 (41.41% from 255) = 36.97%

R = 16.9%
G = 46.13%
B = 36.97%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#308369 (or 0x308369) is known color: Genoa. HEX triplet: 30, 83 and 69. RGB value is (48,131,105). Sum of RGB (Red+Green+Blue) = 48+131+105=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #308369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308369 is #CF7C96. Grayscale: #676767. Windows color (decimal): -13597847 or 6914864. OLE color: 6914864.

HSL color Cylindrical-coordinate representation of color #308369: hue angle of 161.2º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #308369 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 105 -
CMYK 0.63 0 0.20 0.49
HSL 161.2º 0.46% 0.35% -
HSV(B) 161.2º 0.63% 0.51% -
XYZ 11.89 17.88 16.19 -
YUV 103.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 48 131 105 0.63 0 0.20 0.49 161.2 0.46 0.35
Hex 30 83 69 3F 0 14 31 A1 2E 23
Octal 60 203 151 77 0 24 61 241 56 43
Binary 110000 10000011 1101001 111111 0 10100 110001 10100001 101110 100011

Color Harmonies of #308369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308369

Black with #308369

Text Example


Text Example

White with #308369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308369; }

 p { color: rgb(48,131,105); }

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

background-color css

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

 a { background-color: rgb(48,131,105); }

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

border-color css

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

 span { border-color: rgb(48,131,105); }

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