#23432B

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

Shades of Gordons Green #23432B

Tints of Gordons Green #23432B

Color information

#23432B (or 0x23432B) is unknown color: approx Gordons Green. HEX triplet: 23, 43 and 2B. RGB value is (35,67,43). Sum of RGB (Red+Green+Blue) = 35+67+43=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #23432B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23432B is #DCBCD4. Grayscale: #363636. Windows color (decimal): -14466261 or 2835235. OLE color: 2835235.

HSL color Cylindrical-coordinate representation of color #23432B: hue angle of 135º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #23432B is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB356743-
CMYK0.4800.360.74
HSL135º31.37%20%-
HSV(B)135º47.76%26.27%-
XYZ3.144.553-
YUV54.7121.4113.95-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.14%
GREEN value IS 67 (26.56% from 255) = 46.21%
BLUE value IS 43 (17.19% from 255) = 29.66%
R=24.14%
G=46.21%
B=29.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3567430.4800.360.7413531.3720
Hex23432B300244A871f14
Octal4310353600441122073724
Binary100011100001110101111000001001001001010100001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23432B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23432B; }

 p { color: rgb(35,67,43); }

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

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

 a { background-color: rgb(35,67,43); }

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

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

 span { border-color: rgb(35,67,43); }

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