Html Css Color HEX #27423B Gable Green

📋 copy color: '#27423B'

red 39 ◦ green 66 ◦ blue 59

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

Shades of Gable Green #27423B

Tints of Gable Green #27423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.24%

 BLUE value IS 59 (23.44% from 255) = 35.98%

R = 23.78%
G = 40.24%
B = 35.98%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#27423B (or 0x27423B) is known color: Gable Green. HEX triplet: 27, 42 and 3B. RGB value is (39,66,59). Sum of RGB (Red+Green+Blue) = 39+66+59=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #27423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27423B is #D8BDC4. Grayscale: #393939. Windows color (decimal): -14204357 or 3883559. OLE color: 3883559.

HSL color Cylindrical-coordinate representation of color #27423B: hue angle of 164.44º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #27423B is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 66 59 -
CMYK 0.41 0 0.11 0.74
HSL 164.44º 0.26% 0.21% -
HSV(B) 164.44º 0.41% 0.26% -
XYZ 3.57 4.64 4.85 -
YUV 57.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 39 66 59 0.41 0 0.11 0.74 164.44 0.26 0.21
Hex 27 42 3B 29 0 B 4A A4 1A 15
Octal 47 102 73 51 0 13 112 244 32 25
Binary 100111 1000010 111011 101001 0 1011 1001010 10100100 11010 10101

Color Harmonies of #27423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27423B

Black with #27423B

Text Example


Text Example

White with #27423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,66,59); }

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

background-color css

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

 a { background-color: rgb(39,66,59); }

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

border-color css

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

 span { border-color: rgb(39,66,59); }

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