Html Css Color HEX #269381 Gossamer

📋 copy color: '#269381'

red 38 ◦ green 147 ◦ blue 129

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

Shades of Gossamer #269381

Tints of Gossamer #269381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.08%

R = 12.1%
G = 46.82%
B = 41.08%

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

#269381 (or 0x269381) is known color: Gossamer. HEX triplet: 26, 93 and 81. RGB value is (38,147,129). Sum of RGB (Red+Green+Blue) = 38+147+129=314 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.10% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 129 (50.78% from 255 or 41.08% from 314); Max value from RGB is 147 - color contains mainly: green. Hex color #269381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269381 is #D96C7E. Grayscale: #707070. Windows color (decimal): -14249087 or 8491814. OLE color: 8491814.

HSL color Cylindrical-coordinate representation of color #269381: hue angle of 170.09º 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 #269381 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 147 129 -
CMYK 0.74 0 0.12 0.42
HSL 170.09º 0.59% 0.36% -
HSV(B) 170.09º 0.74% 0.58% -
XYZ 15.2 22.86 24.38 -
YUV 112.36 137.39 74.96 -
System Red Green Blue C M Y K H S L
Decimal 38 147 129 0.74 0 0.12 0.42 170.09 0.59 0.36
Hex 26 93 81 4A 0 C 2A AA 3B 24
Octal 46 223 201 112 0 14 52 252 73 44
Binary 100110 10010011 10000001 1001010 0 1100 101010 10101010 111011 100100

Color Harmonies of #269381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #269381

Black with #269381

Text Example


Text Example

White with #269381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #269381; }

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

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

background-color css

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

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

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

border-color css

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

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

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