Html Css Color HEX #232923 Gordons Green

📋 copy color: '#232923'

red 35 ◦ green 41 ◦ blue 35

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

Shades of Gordons Green #232923

Tints of Gordons Green #232923

RGB

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

 GREEN value IS 41 (16.41% from 255) = 36.94%

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

R = 31.53%
G = 36.94%
B = 31.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#232923 (or 0x232923) is known color: Gordons Green. HEX triplet: 23, 29 and 23. RGB value is (35,41,35). Sum of RGB (Red+Green+Blue) = 35+41+35=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 41 - color contains mainly: green. Hex color #232923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232923 is #DCD6DC. Grayscale: #262626. Windows color (decimal): -14472925 or 2304291. OLE color: 2304291.

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

Color convert

RGB 35 41 35 -
CMYK 0.15 0 0.15 0.84
HSL 120º 0.08% 0.15% -
HSV(B) 120º 0.15% 0.16% -
XYZ 1.79 2.06 1.89 -
YUV 38.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 35 41 35 0.15 0 0.15 0.84 120 0.08 0.15
Hex 23 29 23 F 0 F 54 78 8 F
Octal 43 51 43 17 0 17 124 170 10 17
Binary 100011 101001 100011 1111 0 1111 1010100 1111000 1000 1111

Color Harmonies of #232923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232923

Black with #232923

Text Example


Text Example

White with #232923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232923; }

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

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

background-color css

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

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

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

border-color css

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

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

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