Html Css Color HEX #233425 Gordons Green

📋 copy color: '#233425'

red 35 ◦ green 52 ◦ blue 37

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

Shades of Gordons Green #233425

Tints of Gordons Green #233425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.94%

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

R = 28.23%
G = 41.94%
B = 29.84%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.80

RGB Variations

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

Color information

#233425 (or 0x233425) is known color: Gordons Green. HEX triplet: 23, 34 and 25. RGB value is (35,52,37). Sum of RGB (Red+Green+Blue) = 35+52+37=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #233425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233425 is #DCCBDA. Grayscale: #2D2D2D. Windows color (decimal): -14470107 or 2438179. OLE color: 2438179.

HSL color Cylindrical-coordinate representation of color #233425: hue angle of 127.06º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #233425 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB 35 52 37 -
CMYK 0.33 0 0.29 0.80
HSL 127.06º 0.2% 0.17% -
HSV(B) 127.06º 0.33% 0.2% -
XYZ 2.26 2.95 2.2 -
YUV 45.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 35 52 37 0.33 0 0.29 0.80 127.06 0.2 0.17
Hex 23 34 25 21 0 1D 50 7F 14 11
Octal 43 64 45 41 0 35 120 177 24 21
Binary 100011 110100 100101 100001 0 11101 1010000 1111111 10100 10001

Color Harmonies of #233425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233425

Black with #233425

Text Example


Text Example

White with #233425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233425; }

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

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

background-color css

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

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

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

border-color css

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

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

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