Html Css Color HEX #30856F Genoa

📋 copy color: '#30856F'

red 48 ◦ green 133 ◦ blue 111

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

Shades of Genoa #30856F

Tints of Genoa #30856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.55%

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

R = 16.44%
G = 45.55%
B = 38.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#30856F (or 0x30856F) is known color: Genoa. HEX triplet: 30, 85 and 6F. RGB value is (48,133,111). Sum of RGB (Red+Green+Blue) = 48+133+111=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #30856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30856F is #CF7A90. Grayscale: #696969. Windows color (decimal): -13597329 or 7308592. OLE color: 7308592.

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

Color convert

RGB 48 133 111 -
CMYK 0.64 0 0.17 0.48
HSL 164.47º 0.47% 0.35% -
HSV(B) 164.47º 0.64% 0.52% -
XYZ 12.48 18.55 17.96 -
YUV 105.08 131.34 87.29 -
System Red Green Blue C M Y K H S L
Decimal 48 133 111 0.64 0 0.17 0.48 164.47 0.47 0.35
Hex 30 85 6F 40 0 11 30 A4 2F 23
Octal 60 205 157 100 0 21 60 244 57 43
Binary 110000 10000101 1101111 1000000 0 10001 110000 10100100 101111 100011

Color Harmonies of #30856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30856F

Black with #30856F

Text Example


Text Example

White with #30856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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