Html Css Color HEX #269382 Gossamer

📋 copy color: '#269382'

red 38 ◦ green 147 ◦ blue 130

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

Shades of Gossamer #269382

Tints of Gossamer #269382

RGB

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

 GREEN value IS 147 (57.81% from 255) = 46.67%

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 12.06%
G = 46.67%
B = 41.27%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#269382 (or 0x269382) is known color: Gossamer. HEX triplet: 26, 93 and 82. RGB value is (38,147,130). Sum of RGB (Red+Green+Blue) = 38+147+130=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 147 (57.81% from 255 or 46.67% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 147 - color contains mainly: green. Hex color #269382 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269382 is #D96C7D. Grayscale: #707070. Windows color (decimal): -14249086 or 8557350. OLE color: 8557350.

HSL color Cylindrical-coordinate representation of color #269382: hue angle of 170.64º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #269382 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 147 130 -
CMYK 0.74 0 0.12 0.42
HSL 170.64º 0.59% 0.36% -
HSV(B) 170.64º 0.74% 0.58% -
XYZ 15.26 22.89 24.73 -
YUV 112.47 137.89 74.88 -
System Red Green Blue C M Y K H S L
Decimal 38 147 130 0.74 0 0.12 0.42 170.64 0.59 0.36
Hex 26 93 82 4A 0 C 2A AB 3B 24
Octal 46 223 202 112 0 14 52 253 73 44
Binary 100110 10010011 10000010 1001010 0 1100 101010 10101011 111011 100100

Color Harmonies of #269382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269382

Black with #269382

Text Example


Text Example

White with #269382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269382; }

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

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

background-color css

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

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

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

border-color css

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

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

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