Html Css Color HEX #23280C Green Waterloo

📋 copy color: '#23280C'

red 35 ◦ green 40 ◦ blue 12

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

Shades of Green Waterloo #23280C

Tints of Green Waterloo #23280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 45.98%

 BLUE value IS 12 (5.08% from 255) = 13.79%

R = 40.23%
G = 45.98%
B = 13.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.84

RGB Variations

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

Color information

#23280C (or 0x23280C) is known color: Green Waterloo. HEX triplet: 23, 28 and 0C. RGB value is (35,40,12). Sum of RGB (Red+Green+Blue) = 35+40+12=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #23280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23280C is #DCD7F3. Grayscale: #232323. Windows color (decimal): -14473204 or 796707. OLE color: 796707.

HSL color Cylindrical-coordinate representation of color #23280C: hue angle of 70.71º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #23280C is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 40 12 -
CMYK 0.12 0 0.70 0.84
HSL 70.71º 0.54% 0.1% -
HSV(B) 70.71º 0.7% 0.16% -
XYZ 1.52 1.9 0.63 -
YUV 35.31 114.84 127.78 -
System Red Green Blue C M Y K H S L
Decimal 35 40 12 0.12 0 0.70 0.84 70.71 0.54 0.1
Hex 23 28 C C 0 46 54 47 36 A
Octal 43 50 14 14 0 106 124 107 66 12
Binary 100011 101000 1100 1100 0 1000110 1010100 1000111 110110 1010

Color Harmonies of #23280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23280C

Black with #23280C

Text Example


Text Example

White with #23280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23280C; }

 p { color: rgb(35,40,12); }

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

background-color css

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

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

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

border-color css

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

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

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