Html Css Color HEX #23260B Green Waterloo

📋 copy color: '#23260B'

red 35 ◦ green 38 ◦ blue 11

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

Shades of Green Waterloo #23260B

Tints of Green Waterloo #23260B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.1%

R = 41.67%
G = 45.24%
B = 13.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.85

RGB Variations

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

Color information

#23260B (or 0x23260B) is known color: Green Waterloo. HEX triplet: 23, 26 and 0B. RGB value is (35,38,11). Sum of RGB (Red+Green+Blue) = 35+38+11=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 38 (15.23% from 255 or 45.24% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 38 - color contains mainly: green. Hex color #23260B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23260B is #DCD9F4. Grayscale: #222222. Windows color (decimal): -14473717 or 730659. OLE color: 730659.

HSL color Cylindrical-coordinate representation of color #23260B: hue angle of 66.67º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #23260B is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 38 11 -
CMYK 0.08 0 0.71 0.85
HSL 66.67º 0.55% 0.1% -
HSV(B) 66.67º 0.71% 0.15% -
XYZ 1.45 1.77 0.58 -
YUV 34.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 35 38 11 0.08 0 0.71 0.85 66.67 0.55 0.1
Hex 23 26 B 8 0 47 55 43 37 A
Octal 43 46 13 10 0 107 125 103 67 12
Binary 100011 100110 1011 1000 0 1000111 1010101 1000011 110111 1010

Color Harmonies of #23260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23260B

Black with #23260B

Text Example


Text Example

White with #23260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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