#233425

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

Shades of Gordons Green #233425

Tints of Gordons Green #233425

Color information

#233425 (or 0x233425) is unknown color: approx Gordons Green. HEX triplet: 23, 34 and 25. RGB value is (35,52,37). Sum of RGB (Red+Green+Blue) = 35+52+37=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #233425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233425 is #DCCBDA. Grayscale: #2D2D2D. Windows color (decimal): -14470107 or 2438179. OLE color: 2438179.

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

Color convert

RGB355237-
CMYK0.3300.290.80
HSL127.06º19.54%17.06%-
HSV(B)127.06º32.69%20.39%-
XYZ2.262.952.2-
YUV45.21123.37120.72-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.23%
GREEN value IS 52 (20.70% from 255) = 41.94%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=28.23%
G=41.94%
B=29.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3552370.3300.290.80127.0619.5417.06
Hex2334252101D507f1411
Octal436445410351201772421
Binary100011110100100101100001011101101000011111111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233425; }

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

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

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

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

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

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

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

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