Html Css Color HEX #232623 Gordons Green

📋 copy color: '#232623'

red 35 ◦ green 38 ◦ blue 35

#232623
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gordons Green #232623

Tints of Gordons Green #232623

RGB

 RED value IS 35 (14.06% from 255) = 32.41%

 GREEN value IS 38 (15.23% from 255) = 35.19%

 BLUE value IS 35 (14.06% from 255) = 32.41%

R = 32.41%
G = 35.19%
B = 32.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#232623 (or 0x232623) is known color: Gordons Green. HEX triplet: 23, 26 and 23. RGB value is (35,38,35). Sum of RGB (Red+Green+Blue) = 35+38+35=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 38 - color contains mainly: green. Hex color #232623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232623 is #DCD9DC. Grayscale: #242424. Windows color (decimal): -14473693 or 2303523. OLE color: 2303523.

HSL color Cylindrical-coordinate representation of color #232623: hue angle of 120º degrees, saturation: 0.04, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #232623 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 38 35 -
CMYK 0.08 0 0.08 0.85
HSL 120º 0.04% 0.14% -
HSV(B) 120º 0.08% 0.15% -
XYZ 1.69 1.86 1.86 -
YUV 36.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 35 38 35 0.08 0 0.08 0.85 120 0.04 0.14
Hex 23 26 23 8 0 8 55 78 4 E
Octal 43 46 43 10 0 10 125 170 4 16
Binary 100011 100110 100011 1000 0 1000 1010101 1111000 100 1110

Color Harmonies of #232623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232623

Black with #232623

Text Example


Text Example

White with #232623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232623; }

 p { color: rgb(35,38,35); }

 H1.HeaderClassName
 {
   color: #232623;
 }
 .AnyTagClassName
 {
   color: #232623;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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