Html Css Color HEX #30876F Genoa

📋 copy color: '#30876F'

red 48 ◦ green 135 ◦ blue 111

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

Shades of Genoa #30876F

Tints of Genoa #30876F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.92%

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

R = 16.33%
G = 45.92%
B = 37.76%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#30876F (or 0x30876F) is known color: Genoa. HEX triplet: 30, 87 and 6F. RGB value is (48,135,111). Sum of RGB (Red+Green+Blue) = 48+135+111=294 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.33% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #30876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30876F is #CF7890. Grayscale: #6A6A6A. Windows color (decimal): -13596817 or 7309104. OLE color: 7309104.

HSL color Cylindrical-coordinate representation of color #30876F: hue angle of 163.45º degrees, saturation: 0.48, 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 #30876F is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 111 -
CMYK 0.64 0 0.18 0.47
HSL 163.45º 0.48% 0.36% -
HSV(B) 163.45º 0.64% 0.53% -
XYZ 12.75 19.1 18.05 -
YUV 106.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 48 135 111 0.64 0 0.18 0.47 163.45 0.48 0.36
Hex 30 87 6F 40 0 12 2F A3 30 24
Octal 60 207 157 100 0 22 57 243 60 44
Binary 110000 10000111 1101111 1000000 0 10010 101111 10100011 110000 100100

Color Harmonies of #30876F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30876F

Black with #30876F

Text Example


Text Example

White with #30876F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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