Html Css Color HEX #25412C Gordons Green

📋 copy color: '#25412C'

red 37 ◦ green 65 ◦ blue 44

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

Shades of Gordons Green #25412C

Tints of Gordons Green #25412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 44.52%

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

R = 25.34%
G = 44.52%
B = 30.14%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#25412C (or 0x25412C) is known color: Gordons Green. HEX triplet: 25, 41 and 2C. RGB value is (37,65,44). Sum of RGB (Red+Green+Blue) = 37+65+44=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 65 (25.78% from 255 or 44.52% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 65 - color contains mainly: green. Hex color #25412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25412C is #DABED3. Grayscale: #363636. Windows color (decimal): -14335700 or 2900261. OLE color: 2900261.

HSL color Cylindrical-coordinate representation of color #25412C: hue angle of 135º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #25412C is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 65 44 -
CMYK 0.43 0 0.32 0.75
HSL 135º 0.27% 0.2% -
HSV(B) 135º 0.43% 0.25% -
XYZ 3.11 4.36 3.06 -
YUV 54.23 122.22 115.71 -
System Red Green Blue C M Y K H S L
Decimal 37 65 44 0.43 0 0.32 0.75 135 0.27 0.2
Hex 25 41 2C 2B 0 20 4B 87 1B 14
Octal 45 101 54 53 0 40 113 207 33 24
Binary 100101 1000001 101100 101011 0 100000 1001011 10000111 11011 10100

Color Harmonies of #25412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25412C

Black with #25412C

Text Example


Text Example

White with #25412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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