Html Css Color HEX #232612 Green Waterloo

📋 copy color: '#232612'

red 35 ◦ green 38 ◦ blue 18

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

Shades of Green Waterloo #232612

Tints of Green Waterloo #232612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 41.76%

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

R = 38.46%
G = 41.76%
B = 19.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.53

 K value IS 0.85

RGB Variations

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

Color information

#232612 (or 0x232612) is known color: Green Waterloo. HEX triplet: 23, 26 and 12. RGB value is (35,38,18). Sum of RGB (Red+Green+Blue) = 35+38+18=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #232612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232612 is #DCD9ED. Grayscale: #222222. Windows color (decimal): -14473710 or 1189411. OLE color: 1189411.

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

Color convert

RGB 35 38 18 -
CMYK 0.08 0 0.53 0.85
HSL 69º 0.36% 0.11% -
HSV(B) 69º 0.53% 0.15% -
XYZ 1.5 1.79 0.84 -
YUV 34.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 35 38 18 0.08 0 0.53 0.85 69 0.36 0.11
Hex 23 26 12 8 0 35 55 45 24 B
Octal 43 46 22 10 0 65 125 105 44 13
Binary 100011 100110 10010 1000 0 110101 1010101 1000101 100100 1011

Color Harmonies of #232612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232612

Black with #232612

Text Example


Text Example

White with #232612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232612; }

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

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

background-color css

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

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

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

border-color css

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

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

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