Html Css Color HEX #232810 Green Waterloo

📋 copy color: '#232810'

red 35 ◦ green 40 ◦ blue 16

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

Shades of Green Waterloo #232810

Tints of Green Waterloo #232810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.58%

R = 38.46%
G = 43.96%
B = 17.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.84

RGB Variations

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

Color information

#232810 (or 0x232810) is known color: Green Waterloo. HEX triplet: 23, 28 and 10. RGB value is (35,40,16). Sum of RGB (Red+Green+Blue) = 35+40+16=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 40 - color contains mainly: green. Hex color #232810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232810 is #DCD7EF. Grayscale: #232323. Windows color (decimal): -14473200 or 1058851. OLE color: 1058851.

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

Color convert

RGB 35 40 16 -
CMYK 0.12 0 0.60 0.84
HSL 72.5º 0.43% 0.11% -
HSV(B) 72.5º 0.6% 0.16% -
XYZ 1.55 1.91 0.78 -
YUV 35.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 35 40 16 0.12 0 0.60 0.84 72.5 0.43 0.11
Hex 23 28 10 C 0 3C 54 48 2B B
Octal 43 50 20 14 0 74 124 110 53 13
Binary 100011 101000 10000 1100 0 111100 1010100 1001000 101011 1011

Color Harmonies of #232810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232810

Black with #232810

Text Example


Text Example

White with #232810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232810; }

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

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

background-color css

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

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

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

border-color css

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

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

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