Html Css Color HEX #25422C Gordons Green

📋 copy color: '#25422C'

red 37 ◦ green 66 ◦ blue 44

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

Shades of Gordons Green #25422C

Tints of Gordons Green #25422C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 29.93%

R = 25.17%
G = 44.9%
B = 29.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.74

RGB Variations

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

Color information

#25422C (or 0x25422C) is known color: Gordons Green. HEX triplet: 25, 42 and 2C. RGB value is (37,66,44). Sum of RGB (Red+Green+Blue) = 37+66+44=147 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.17% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #25422C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25422C is #DABDD3. Grayscale: #363636. Windows color (decimal): -14335444 or 2900517. OLE color: 2900517.

HSL color Cylindrical-coordinate representation of color #25422C: hue angle of 134.48º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #25422C is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB 37 66 44 -
CMYK 0.44 0 0.33 0.74
HSL 134.48º 0.28% 0.2% -
HSV(B) 134.48º 0.44% 0.26% -
XYZ 3.17 4.47 3.08 -
YUV 54.82 121.89 115.29 -
System Red Green Blue C M Y K H S L
Decimal 37 66 44 0.44 0 0.33 0.74 134.48 0.28 0.2
Hex 25 42 2C 2C 0 21 4A 86 1C 14
Octal 45 102 54 54 0 41 112 206 34 24
Binary 100101 1000010 101100 101100 0 100001 1001010 10000110 11100 10100

Color Harmonies of #25422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25422C

Black with #25422C

Text Example


Text Example

White with #25422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25422C; }

 p { color: rgb(37,66,44); }

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

background-color css

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

 a { background-color: rgb(37,66,44); }

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

border-color css

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

 span { border-color: rgb(37,66,44); }

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