Html Css Color HEX #308871 Genoa

📋 copy color: '#308871'

red 48 ◦ green 136 ◦ blue 113

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

Shades of Genoa #308871

Tints of Genoa #308871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.79%

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 16.16%
G = 45.79%
B = 38.05%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#308871 (or 0x308871) is known color: Genoa. HEX triplet: 30, 88 and 71. RGB value is (48,136,113). Sum of RGB (Red+Green+Blue) = 48+136+113=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #308871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308871 is #CF778E. Grayscale: #6B6B6B. Windows color (decimal): -13596559 or 7440432. OLE color: 7440432.

HSL color Cylindrical-coordinate representation of color #308871: hue angle of 164.32º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308871 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 136 113 -
CMYK 0.65 0 0.17 0.47
HSL 164.32º 0.48% 0.36% -
HSV(B) 164.32º 0.65% 0.53% -
XYZ 13 19.43 18.69 -
YUV 107.07 131.35 85.87 -
System Red Green Blue C M Y K H S L
Decimal 48 136 113 0.65 0 0.17 0.47 164.32 0.48 0.36
Hex 30 88 71 41 0 11 2F A4 30 24
Octal 60 210 161 101 0 21 57 244 60 44
Binary 110000 10001000 1110001 1000001 0 10001 101111 10100100 110000 100100

Color Harmonies of #308871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308871

Black with #308871

Text Example


Text Example

White with #308871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308871; }

 p { color: rgb(48,136,113); }

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

background-color css

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

 a { background-color: rgb(48,136,113); }

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

border-color css

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

 span { border-color: rgb(48,136,113); }

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