Html Css Color HEX #30866F Genoa

📋 copy color: '#30866F'

red 48 ◦ green 134 ◦ blue 111

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

Shades of Genoa #30866F

Tints of Genoa #30866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.73%

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 16.38%
G = 45.73%
B = 37.88%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#30866F (or 0x30866F) is known color: Genoa. HEX triplet: 30, 86 and 6F. RGB value is (48,134,111). Sum of RGB (Red+Green+Blue) = 48+134+111=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 134 (52.73% from 255 or 45.73% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 134 - color contains mainly: green. Hex color #30866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30866F is #CF7990. Grayscale: #696969. Windows color (decimal): -13597073 or 7308848. OLE color: 7308848.

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

Color convert

RGB 48 134 111 -
CMYK 0.64 0 0.17 0.47
HSL 163.95º 0.47% 0.36% -
HSV(B) 163.95º 0.64% 0.53% -
XYZ 12.61 18.83 18.01 -
YUV 105.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 48 134 111 0.64 0 0.17 0.47 163.95 0.47 0.36
Hex 30 86 6F 40 0 11 2F A4 2F 24
Octal 60 206 157 100 0 21 57 244 57 44
Binary 110000 10000110 1101111 1000000 0 10001 101111 10100100 101111 100100

Color Harmonies of #30866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30866F

Black with #30866F

Text Example


Text Example

White with #30866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30866F; }

 p { color: rgb(48,134,111); }

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

background-color css

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

 a { background-color: rgb(48,134,111); }

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

border-color css

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

 span { border-color: rgb(48,134,111); }

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