Html Css Color HEX #233C25 Gordons Green

📋 copy color: '#233C25'

red 35 ◦ green 60 ◦ blue 37

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

Shades of Gordons Green #233C25

Tints of Gordons Green #233C25

RGB

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

 GREEN value IS 60 (23.83% from 255) = 45.45%

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

R = 26.52%
G = 45.45%
B = 28.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.76

RGB Variations

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

Color information

#233C25 (or 0x233C25) is known color: Gordons Green. HEX triplet: 23, 3C and 25. RGB value is (35,60,37). Sum of RGB (Red+Green+Blue) = 35+60+37=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #233C25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C25 is #DCC3DA. Grayscale: #313131. Windows color (decimal): -14468059 or 2440227. OLE color: 2440227.

HSL color Cylindrical-coordinate representation of color #233C25: hue angle of 124.8º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #233C25 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.

Color convert

RGB 35 60 37 -
CMYK 0.42 0 0.38 0.76
HSL 124.8º 0.26% 0.19% -
HSV(B) 124.8º 0.42% 0.24% -
XYZ 2.64 3.72 2.33 -
YUV 49.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 35 60 37 0.42 0 0.38 0.76 124.8 0.26 0.19
Hex 23 3C 25 2A 0 26 4C 7D 1A 13
Octal 43 74 45 52 0 46 114 175 32 23
Binary 100011 111100 100101 101010 0 100110 1001100 1111101 11010 10011

Color Harmonies of #233C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233C25

Black with #233C25

Text Example


Text Example

White with #233C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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