Html Css Color HEX #23280E Green Waterloo

📋 copy color: '#23280E'

red 35 ◦ green 40 ◦ blue 14

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

Shades of Green Waterloo #23280E

Tints of Green Waterloo #23280E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 15.73%

R = 39.33%
G = 44.94%
B = 15.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.65

 K value IS 0.84

RGB Variations

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

Color information

#23280E (or 0x23280E) is known color: Green Waterloo. HEX triplet: 23, 28 and 0E. RGB value is (35,40,14). Sum of RGB (Red+Green+Blue) = 35+40+14=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #23280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23280E is #DCD7F1. Grayscale: #232323. Windows color (decimal): -14473202 or 927779. OLE color: 927779.

HSL color Cylindrical-coordinate representation of color #23280E: hue angle of 71.54º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #23280E is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 40 14 -
CMYK 0.12 0 0.65 0.84
HSL 71.54º 0.48% 0.11% -
HSV(B) 71.54º 0.65% 0.16% -
XYZ 1.53 1.91 0.7 -
YUV 35.54 115.84 127.61 -
System Red Green Blue C M Y K H S L
Decimal 35 40 14 0.12 0 0.65 0.84 71.54 0.48 0.11
Hex 23 28 E C 0 41 54 48 30 B
Octal 43 50 16 14 0 101 124 110 60 13
Binary 100011 101000 1110 1100 0 1000001 1010100 1001000 110000 1011

Color Harmonies of #23280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23280E

Black with #23280E

Text Example


Text Example

White with #23280E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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