#233925

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

Shades of Gordons Green #233925

Tints of Gordons Green #233925

Color information

#233925 (or 0x233925) is unknown color: approx Gordons Green. HEX triplet: 23, 39 and 25. RGB value is (35,57,37). Sum of RGB (Red+Green+Blue) = 35+57+37=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 57 - color contains mainly: green. Hex color #233925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233925 is #DCC6DA. Grayscale: #303030. Windows color (decimal): -14468827 or 2439459. OLE color: 2439459.

HSL color Cylindrical-coordinate representation of color #233925: hue angle of 125.45º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #233925 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB355737-
CMYK0.3900.350.78
HSL125.45º23.91%18.04%-
HSV(B)125.45º38.6%22.35%-
XYZ2.493.422.28-
YUV48.14121.71118.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.13%
GREEN value IS 57 (22.66% from 255) = 44.19%
BLUE value IS 37 (14.84% from 255) = 28.68%
R=27.13%
G=44.19%
B=28.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3557370.3900.350.78125.4523.9118.04
Hex233925270234E7d1812
Octal437145470431161753022
Binary1000111110011001011001110100011100111011111011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233925; }

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

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

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

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

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

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

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

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