#233025

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

Shades of Gordons Green #233025

Tints of Gordons Green #233025

Color information

#233025 (or 0x233025) is unknown color: approx Gordons Green. HEX triplet: 23, 30 and 25. RGB value is (35,48,37). Sum of RGB (Red+Green+Blue) = 35+48+37=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 48 - color contains mainly: green. Hex color #233025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233025 is #DCCFDA. Grayscale: #2A2A2A. Windows color (decimal): -14471131 or 2437155. OLE color: 2437155.

HSL color Cylindrical-coordinate representation of color #233025: hue angle of 129.23º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #233025 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.81.

Color convert

RGB354837-
CMYK0.2700.230.81
HSL129.23º15.66%16.27%-
HSV(B)129.23º27.08%18.82%-
XYZ2.082.62.14-
YUV42.86124.69122.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.17%
GREEN value IS 48 (19.14% from 255) = 40%
BLUE value IS 37 (14.84% from 255) = 30.83%
R=29.17%
G=40%
B=30.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548370.2700.230.81129.2315.6616.27
Hex2330251B01751811010
Octal436045330271212012020
Binary100011110000100101110110101111010001100000011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233025; }

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

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

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

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

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

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

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

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