Html Css Color HEX #232512 Green Waterloo

📋 copy color: '#232512'

red 35 ◦ green 37 ◦ blue 18

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

Shades of Green Waterloo #232512

Tints of Green Waterloo #232512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 41.11%

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

R = 38.89%
G = 41.11%
B = 20%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.85

RGB Variations

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

Color information

#232512 (or 0x232512) is known color: Green Waterloo. HEX triplet: 23, 25 and 12. RGB value is (35,37,18). Sum of RGB (Red+Green+Blue) = 35+37+18=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #232512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232512 is #DCDAED. Grayscale: #222222. Windows color (decimal): -14473966 or 1189155. OLE color: 1189155.

HSL color Cylindrical-coordinate representation of color #232512: hue angle of 66.32º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #232512 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 37 18 -
CMYK 0.05 0 0.51 0.85
HSL 66.32º 0.35% 0.11% -
HSV(B) 66.32º 0.51% 0.15% -
XYZ 1.46 1.72 0.83 -
YUV 34.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 35 37 18 0.05 0 0.51 0.85 66.32 0.35 0.11
Hex 23 25 12 5 0 33 55 42 23 B
Octal 43 45 22 5 0 63 125 102 43 13
Binary 100011 100101 10010 101 0 110011 1010101 1000010 100011 1011

Color Harmonies of #232512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232512

Black with #232512

Text Example


Text Example

White with #232512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232512; }

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

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

background-color css

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

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

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

border-color css

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

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

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