Html Css Color HEX #26372B Gordons Green

📋 copy color: '#26372B'

red 38 ◦ green 55 ◦ blue 43

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

Shades of Gordons Green #26372B

Tints of Gordons Green #26372B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 40.44%

 BLUE value IS 43 (17.19% from 255) = 31.62%

R = 27.94%
G = 40.44%
B = 31.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.78

RGB Variations

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

Color information

#26372B (or 0x26372B) is known color: Gordons Green. HEX triplet: 26, 37 and 2B. RGB value is (38,55,43). Sum of RGB (Red+Green+Blue) = 38+55+43=136 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.94% from 136); Green value is 55 (21.88% from 255 or 40.44% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 55 - color contains mainly: green. Hex color #26372B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26372B is #D9C8D4. Grayscale: #303030. Windows color (decimal): -14272725 or 2832166. OLE color: 2832166.

HSL color Cylindrical-coordinate representation of color #26372B: hue angle of 137.65º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #26372B is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.

Color convert

RGB 38 55 43 -
CMYK 0.31 0 0.22 0.78
HSL 137.65º 0.18% 0.18% -
HSV(B) 137.65º 0.31% 0.22% -
XYZ 2.6 3.32 2.79 -
YUV 48.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 38 55 43 0.31 0 0.22 0.78 137.65 0.18 0.18
Hex 26 37 2B 1F 0 16 4E 8A 12 12
Octal 46 67 53 37 0 26 116 212 22 22
Binary 100110 110111 101011 11111 0 10110 1001110 10001010 10010 10010

Color Harmonies of #26372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26372B

Black with #26372B

Text Example


Text Example

White with #26372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26372B; }

 p { color: rgb(38,55,43); }

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

background-color css

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

 a { background-color: rgb(38,55,43); }

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

border-color css

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

 span { border-color: rgb(38,55,43); }

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