#243425

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

Shades of Gordons Green #243425

Tints of Gordons Green #243425

Color information

#243425 (or 0x243425) is unknown color: approx Gordons Green. HEX triplet: 24, 34 and 25. RGB value is (36,52,37). Sum of RGB (Red+Green+Blue) = 36+52+37=125 (16% of max value = 765). Red value is 36 (14.45% from 255 or 28.8% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 52 - color contains mainly: green. Hex color #243425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243425 is #DBCBDA. Grayscale: #2D2D2D. Windows color (decimal): -14404571 or 2438180. OLE color: 2438180.

HSL color Cylindrical-coordinate representation of color #243425: hue angle of 123.75º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #243425 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB365237-
CMYK0.3100.290.80
HSL123.75º18.18%17.25%-
HSV(B)123.75º30.77%20.39%-
XYZ2.292.962.2-
YUV45.51123.2121.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 28.8%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=28.8%
G=41.6%
B=29.6%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3652370.3100.290.80123.7518.1817.25
Hex2434251F01D507c1211
Octal446445370351201742221
Binary10010011010010010111111011101101000011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243425; }

 p { color: rgb(36,52,37); }

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

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

 a { background-color: rgb(36,52,37); }

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

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

 span { border-color: rgb(36,52,37); }

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