#25422B

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

Shades of Gordons Green #25422B

Tints of Gordons Green #25422B

Color information

#25422B (or 0x25422B) is unknown color: approx Gordons Green. HEX triplet: 25, 42 and 2B. RGB value is (37,66,43). Sum of RGB (Red+Green+Blue) = 37+66+43=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #25422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25422B is #DABDD4. Grayscale: #363636. Windows color (decimal): -14335445 or 2834981. OLE color: 2834981.

HSL color Cylindrical-coordinate representation of color #25422B: hue angle of 132.41º 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 #25422B is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB376643-
CMYK0.4400.350.74
HSL132.41º28.16%20.2%-
HSV(B)132.41º43.94%25.88%-
XYZ3.154.462.98-
YUV54.71121.39115.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 66 (26.17% from 255) = 45.21%
BLUE value IS 43 (17.19% from 255) = 29.45%
R=25.34%
G=45.21%
B=29.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3766430.4400.350.74132.4128.1620.2
Hex25422B2C0234A841c14
Octal4510253540431122043424
Binary100101100001010101110110001000111001010100001001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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