Html Css Color HEX #308269 Genoa

📋 copy color: '#308269'

red 48 ◦ green 130 ◦ blue 105

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

Shades of Genoa #308269

Tints of Genoa #308269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 16.96%
G = 45.94%
B = 37.1%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#308269 (or 0x308269) is known color: Genoa. HEX triplet: 30, 82 and 69. RGB value is (48,130,105). Sum of RGB (Red+Green+Blue) = 48+130+105=283 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.96% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #308269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308269 is #CF7D96. Grayscale: #666666. Windows color (decimal): -13598103 or 6914608. OLE color: 6914608.

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

Color convert

RGB 48 130 105 -
CMYK 0.63 0 0.19 0.49
HSL 161.71º 0.46% 0.35% -
HSV(B) 161.71º 0.63% 0.51% -
XYZ 11.75 17.61 16.15 -
YUV 102.63 129.33 89.03 -
System Red Green Blue C M Y K H S L
Decimal 48 130 105 0.63 0 0.19 0.49 161.71 0.46 0.35
Hex 30 82 69 3F 0 13 31 A2 2E 23
Octal 60 202 151 77 0 23 61 242 56 43
Binary 110000 10000010 1101001 111111 0 10011 110001 10100010 101110 100011

Color Harmonies of #308269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308269

Black with #308269

Text Example


Text Example

White with #308269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308269; }

 p { color: rgb(48,130,105); }

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

background-color css

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

 a { background-color: rgb(48,130,105); }

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

border-color css

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

 span { border-color: rgb(48,130,105); }

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