#25412B

Color #25412B Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #25412B

Tints of Gordons Green #25412B

Color information

#25412B (or 0x25412B) is unknown color: approx Gordons Green. HEX triplet: 25, 41 and 2B. RGB value is (37,65,43). Sum of RGB (Red+Green+Blue) = 37+65+43=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #25412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25412B is #DABED4. Grayscale: #363636. Windows color (decimal): -14335701 or 2834725. OLE color: 2834725.

HSL color Cylindrical-coordinate representation of color #25412B: hue angle of 132.86º 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 #25412B is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB376543-
CMYK0.4300.340.75
HSL132.86º27.45%20%-
HSV(B)132.86º43.08%25.49%-
XYZ3.094.352.96-
YUV54.12121.72115.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=25.52%
G=44.83%
B=29.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765430.4300.340.75132.8627.4520
Hex25412B2B0224B851b14
Octal4510153530421132053324
Binary100101100000110101110101101000101001011100001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #25412B;
 }
 .AnyTagClassName
 {
   color: #25412B;
 }
</style>
background-color css

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

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

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

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

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

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