Html Css Color HEX #253D2B Gordons Green

📋 copy color: '#253D2B'

red 37 ◦ green 61 ◦ blue 43

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

Shades of Gordons Green #253D2B

Tints of Gordons Green #253D2B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 43.26%

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

R = 26.24%
G = 43.26%
B = 30.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.76

RGB Variations

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

Color information

#253D2B (or 0x253D2B) is known color: Gordons Green. HEX triplet: 25, 3D and 2B. RGB value is (37,61,43). Sum of RGB (Red+Green+Blue) = 37+61+43=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #253D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D2B is #DAC2D4. Grayscale: #333333. Windows color (decimal): -14336725 or 2833701. OLE color: 2833701.

HSL color Cylindrical-coordinate representation of color #253D2B: hue angle of 135º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D2B is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 61 43 -
CMYK 0.39 0 0.30 0.76
HSL 135º 0.24% 0.19% -
HSV(B) 135º 0.39% 0.24% -
XYZ 2.87 3.91 2.89 -
YUV 51.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 37 61 43 0.39 0 0.30 0.76 135 0.24 0.19
Hex 25 3D 2B 27 0 1E 4C 87 18 13
Octal 45 75 53 47 0 36 114 207 30 23
Binary 100101 111101 101011 100111 0 11110 1001100 10000111 11000 10011

Color Harmonies of #253D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253D2B

Black with #253D2B

Text Example


Text Example

White with #253D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,61,43); }

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

background-color css

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

 a { background-color: rgb(37,61,43); }

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

border-color css

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

 span { border-color: rgb(37,61,43); }

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