Html Css Color HEX #30836F Genoa

📋 copy color: '#30836F'

red 48 ◦ green 131 ◦ blue 111

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

Shades of Genoa #30836F

Tints of Genoa #30836F

RGB

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

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

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

R = 16.55%
G = 45.17%
B = 38.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#30836F (or 0x30836F) is known color: Genoa. HEX triplet: 30, 83 and 6F. RGB value is (48,131,111). Sum of RGB (Red+Green+Blue) = 48+131+111=290 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.55% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #30836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30836F is #CF7C90. Grayscale: #676767. Windows color (decimal): -13597841 or 7308080. OLE color: 7308080.

HSL color Cylindrical-coordinate representation of color #30836F: hue angle of 165.54º 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 #30836F is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 111 -
CMYK 0.63 0 0.15 0.49
HSL 165.54º 0.46% 0.35% -
HSV(B) 165.54º 0.63% 0.51% -
XYZ 12.2 18.01 17.87 -
YUV 103.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 48 131 111 0.63 0 0.15 0.49 165.54 0.46 0.35
Hex 30 83 6F 3F 0 F 31 A6 2E 23
Octal 60 203 157 77 0 17 61 246 56 43
Binary 110000 10000011 1101111 111111 0 1111 110001 10100110 101110 100011

Color Harmonies of #30836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30836F

Black with #30836F

Text Example


Text Example

White with #30836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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