Html Css Color HEX #268270 Genoa

📋 copy color: '#268270'

red 38 ◦ green 130 ◦ blue 112

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

Shades of Genoa #268270

Tints of Genoa #268270

RGB

 RED value IS 38 (15.23% from 255) = 13.57%

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

 BLUE value IS 112 (44.14% from 255) = 40%

R = 13.57%
G = 46.43%
B = 40%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#268270 (or 0x268270) is known color: Genoa. HEX triplet: 26, 82 and 70. RGB value is (38,130,112). Sum of RGB (Red+Green+Blue) = 38+130+112=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #268270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268270 is #D97D8F. Grayscale: #646464. Windows color (decimal): -14253456 or 7373350. OLE color: 7373350.

HSL color Cylindrical-coordinate representation of color #268270: hue angle of 168.26º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268270 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 38 130 112 -
CMYK 0.71 0 0.14 0.49
HSL 168.26º 0.55% 0.33% -
HSV(B) 168.26º 0.71% 0.51% -
XYZ 11.71 17.55 18.1 -
YUV 100.44 134.52 83.46 -
System Red Green Blue C M Y K H S L
Decimal 38 130 112 0.71 0 0.14 0.49 168.26 0.55 0.33
Hex 26 82 70 47 0 E 31 A8 37 21
Octal 46 202 160 107 0 16 61 250 67 41
Binary 100110 10000010 1110000 1000111 0 1110 110001 10101000 110111 100001

Color Harmonies of #268270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268270

Black with #268270

Text Example


Text Example

White with #268270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268270; }

 p { color: rgb(38,130,112); }

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

background-color css

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

 a { background-color: rgb(38,130,112); }

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

border-color css

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

 span { border-color: rgb(38,130,112); }

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