Html Css Color HEX #253B29 Gordons Green

📋 copy color: '#253B29'

red 37 ◦ green 59 ◦ blue 41

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

Shades of Gordons Green #253B29

Tints of Gordons Green #253B29

RGB

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

 GREEN value IS 59 (23.44% from 255) = 43.07%

 BLUE value IS 41 (16.41% from 255) = 29.93%

R = 27.01%
G = 43.07%
B = 29.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.77

RGB Variations

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

Color information

#253B29 (or 0x253B29) is known color: Gordons Green. HEX triplet: 25, 3B and 29. RGB value is (37,59,41). Sum of RGB (Red+Green+Blue) = 37+59+41=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 59 (23.44% from 255 or 43.07% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 59 - color contains mainly: green. Hex color #253B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B29 is #DAC4D6. Grayscale: #323232. Windows color (decimal): -14337239 or 2702117. OLE color: 2702117.

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

Color convert

RGB 37 59 41 -
CMYK 0.37 0 0.31 0.77
HSL 130.91º 0.23% 0.19% -
HSV(B) 130.91º 0.37% 0.23% -
XYZ 2.73 3.68 2.66 -
YUV 50.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 37 59 41 0.37 0 0.31 0.77 130.91 0.23 0.19
Hex 25 3B 29 25 0 1F 4D 83 17 13
Octal 45 73 51 45 0 37 115 203 27 23
Binary 100101 111011 101001 100101 0 11111 1001101 10000011 10111 10011

Color Harmonies of #253B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253B29

Black with #253B29

Text Example


Text Example

White with #253B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253B29; }

 p { color: rgb(37,59,41); }

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

background-color css

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

 a { background-color: rgb(37,59,41); }

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

border-color css

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

 span { border-color: rgb(37,59,41); }

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