Html Css Color HEX #232812 Green Waterloo

📋 copy color: '#232812'

red 35 ◦ green 40 ◦ blue 18

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

Shades of Green Waterloo #232812

Tints of Green Waterloo #232812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.35%

R = 37.63%
G = 43.01%
B = 19.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#232812 (or 0x232812) is known color: Green Waterloo. HEX triplet: 23, 28 and 12. RGB value is (35,40,18). Sum of RGB (Red+Green+Blue) = 35+40+18=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 40 - color contains mainly: green. Hex color #232812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232812 is #DCD7ED. Grayscale: #242424. Windows color (decimal): -14473198 or 1189923. OLE color: 1189923.

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

Color convert

RGB 35 40 18 -
CMYK 0.12 0 0.55 0.84
HSL 73.64º 0.38% 0.11% -
HSV(B) 73.64º 0.55% 0.16% -
XYZ 1.56 1.92 0.86 -
YUV 36 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 35 40 18 0.12 0 0.55 0.84 73.64 0.38 0.11
Hex 23 28 12 C 0 37 54 4A 26 B
Octal 43 50 22 14 0 67 124 112 46 13
Binary 100011 101000 10010 1100 0 110111 1010100 1001010 100110 1011

Color Harmonies of #232812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232812

Black with #232812

Text Example


Text Example

White with #232812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232812; }

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

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

background-color css

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

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

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

border-color css

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

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

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