Html Css Color HEX #253027 Gordons Green

📋 copy color: '#253027'

red 37 ◦ green 48 ◦ blue 39

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

Shades of Gordons Green #253027

Tints of Gordons Green #253027

RGB

 RED value IS 37 (14.84% from 255) = 29.84%

 GREEN value IS 48 (19.14% from 255) = 38.71%

 BLUE value IS 39 (15.63% from 255) = 31.45%

R = 29.84%
G = 38.71%
B = 31.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.81

RGB Variations

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

Color information

#253027 (or 0x253027) is known color: Gordons Green. HEX triplet: 25, 30 and 27. RGB value is (37,48,39). Sum of RGB (Red+Green+Blue) = 37+48+39=124 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.84% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 48 - color contains mainly: green. Hex color #253027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253027 is #DACFD8. Grayscale: #2B2B2B. Windows color (decimal): -14340057 or 2568229. OLE color: 2568229.

HSL color Cylindrical-coordinate representation of color #253027: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #253027 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 48 39 -
CMYK 0.23 0 0.19 0.81
HSL 130.91º 0.13% 0.17% -
HSV(B) 130.91º 0.23% 0.19% -
XYZ 2.19 2.65 2.32 -
YUV 43.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 37 48 39 0.23 0 0.19 0.81 130.91 0.13 0.17
Hex 25 30 27 17 0 13 51 83 D 11
Octal 45 60 47 27 0 23 121 203 15 21
Binary 100101 110000 100111 10111 0 10011 1010001 10000011 1101 10001

Color Harmonies of #253027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253027

Black with #253027

Text Example


Text Example

White with #253027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253027; }

 p { color: rgb(37,48,39); }

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

background-color css

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

 a { background-color: rgb(37,48,39); }

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

border-color css

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

 span { border-color: rgb(37,48,39); }

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