Html Css Color HEX #233925 Gordons Green

📋 copy color: '#233925'

red 35 ◦ green 57 ◦ blue 37

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

Shades of Gordons Green #233925

Tints of Gordons Green #233925

RGB

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

 GREEN value IS 57 (22.66% from 255) = 44.19%

 BLUE value IS 37 (14.84% from 255) = 28.68%

R = 27.13%
G = 44.19%
B = 28.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.35

 K value IS 0.78

RGB Variations

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

Color information

#233925 (or 0x233925) is known color: Gordons Green. HEX triplet: 23, 39 and 25. RGB value is (35,57,37). Sum of RGB (Red+Green+Blue) = 35+57+37=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 57 - color contains mainly: green. Hex color #233925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233925 is #DCC6DA. Grayscale: #303030. Windows color (decimal): -14468827 or 2439459. OLE color: 2439459.

HSL color Cylindrical-coordinate representation of color #233925: hue angle of 125.45º degrees, saturation: 0.24, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #233925 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 57 37 -
CMYK 0.39 0 0.35 0.78
HSL 125.45º 0.24% 0.18% -
HSV(B) 125.45º 0.39% 0.22% -
XYZ 2.49 3.42 2.28 -
YUV 48.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 35 57 37 0.39 0 0.35 0.78 125.45 0.24 0.18
Hex 23 39 25 27 0 23 4E 7D 18 12
Octal 43 71 45 47 0 43 116 175 30 22
Binary 100011 111001 100101 100111 0 100011 1001110 1111101 11000 10010

Color Harmonies of #233925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233925

Black with #233925

Text Example


Text Example

White with #233925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233925; }

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

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

background-color css

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

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

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

border-color css

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

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

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