Html Css Color HEX #27382B Gordons Green

📋 copy color: '#27382B'

red 39 ◦ green 56 ◦ blue 43

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

Shades of Gordons Green #27382B

Tints of Gordons Green #27382B

RGB

 RED value IS 39 (15.63% from 255) = 28.26%

 GREEN value IS 56 (22.27% from 255) = 40.58%

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

R = 28.26%
G = 40.58%
B = 31.16%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#27382B (or 0x27382B) is known color: Gordons Green. HEX triplet: 27, 38 and 2B. RGB value is (39,56,43). Sum of RGB (Red+Green+Blue) = 39+56+43=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 56 - color contains mainly: green. Hex color #27382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27382B is #D8C7D4. Grayscale: #313131. Windows color (decimal): -14206933 or 2832423. OLE color: 2832423.

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

Color convert

RGB 39 56 43 -
CMYK 0.30 0 0.23 0.78
HSL 134.12º 0.18% 0.19% -
HSV(B) 134.12º 0.3% 0.22% -
XYZ 2.69 3.43 2.81 -
YUV 49.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 39 56 43 0.30 0 0.23 0.78 134.12 0.18 0.19
Hex 27 38 2B 1E 0 17 4E 86 12 13
Octal 47 70 53 36 0 27 116 206 22 23
Binary 100111 111000 101011 11110 0 10111 1001110 10000110 10010 10011

Color Harmonies of #27382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27382B

Black with #27382B

Text Example


Text Example

White with #27382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,56,43); }

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

background-color css

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

 a { background-color: rgb(39,56,43); }

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

border-color css

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

 span { border-color: rgb(39,56,43); }

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