Html Css Color HEX #307E65 Genoa

📋 copy color: '#307E65'

red 48 ◦ green 126 ◦ blue 101

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

Shades of Genoa #307E65

Tints of Genoa #307E65

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.82%

 BLUE value IS 101 (39.84% from 255) = 36.73%

R = 17.45%
G = 45.82%
B = 36.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.51

RGB Variations

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

Color information

#307E65 (or 0x307E65) is known color: Genoa. HEX triplet: 30, 7E and 65. RGB value is (48,126,101). Sum of RGB (Red+Green+Blue) = 48+126+101=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 126 - color contains mainly: green. Hex color #307E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #307E65 is #CF819A. Grayscale: #636363. Windows color (decimal): -13599131 or 6651440. OLE color: 6651440.

HSL color Cylindrical-coordinate representation of color #307E65: hue angle of 160.77º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #307E65 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 126 101 -
CMYK 0.62 0 0.20 0.51
HSL 160.77º 0.45% 0.34% -
HSV(B) 160.77º 0.62% 0.49% -
XYZ 11.03 16.49 14.91 -
YUV 99.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 48 126 101 0.62 0 0.20 0.51 160.77 0.45 0.34
Hex 30 7E 65 3E 0 14 33 A1 2D 22
Octal 60 176 145 76 0 24 63 241 55 42
Binary 110000 1111110 1100101 111110 0 10100 110011 10100001 101101 100010

Color Harmonies of #307E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307E65

Black with #307E65

Text Example


Text Example

White with #307E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307E65; }

 p { color: rgb(48,126,101); }

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

background-color css

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

 a { background-color: rgb(48,126,101); }

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

border-color css

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

 span { border-color: rgb(48,126,101); }

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