#233825

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

Shades of Gordons Green #233825

Tints of Gordons Green #233825

Color information

#233825 (or 0x233825) is unknown color: approx Gordons Green. HEX triplet: 23, 38 and 25. RGB value is (35,56,37). Sum of RGB (Red+Green+Blue) = 35+56+37=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 37 (14.84% from 255 or 28.91% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #233825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233825 is #DCC7DA. Grayscale: #2F2F2F. Windows color (decimal): -14469083 or 2439203. OLE color: 2439203.

HSL color Cylindrical-coordinate representation of color #233825: hue angle of 125.71º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #233825 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.

Color convert

RGB355637-
CMYK0.3700.340.78
HSL125.71º23.08%17.84%-
HSV(B)125.71º37.5%21.96%-
XYZ2.443.322.26-
YUV47.56122.04119.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.34%
GREEN value IS 56 (22.27% from 255) = 43.75%
BLUE value IS 37 (14.84% from 255) = 28.91%
R=27.34%
G=43.75%
B=28.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3556370.3700.340.78125.7123.0817.84
Hex233825250224E7e1712
Octal437045450421161762722
Binary1000111110001001011001010100010100111011111101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233825; }

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

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

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

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

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

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

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

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