Html Css Color HEX #23251A Green Waterloo

📋 copy color: '#23251A'

red 35 ◦ green 37 ◦ blue 26

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

Shades of Green Waterloo #23251A

Tints of Green Waterloo #23251A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26.53%

R = 35.71%
G = 37.76%
B = 26.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.85

RGB Variations

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

Color information

#23251A (or 0x23251A) is known color: Green Waterloo. HEX triplet: 23, 25 and 1A. RGB value is (35,37,26). Sum of RGB (Red+Green+Blue) = 35+37+26=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 37 - color contains mainly: green. Hex color #23251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23251A is #DCDAE5. Grayscale: #232323. Windows color (decimal): -14473958 or 1713443. OLE color: 1713443.

HSL color Cylindrical-coordinate representation of color #23251A: hue angle of 70.91º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #23251A is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 37 26 -
CMYK 0.05 0 0.30 0.85
HSL 70.91º 0.17% 0.12% -
HSV(B) 70.91º 0.3% 0.15% -
XYZ 1.54 1.76 1.23 -
YUV 35.15 122.84 127.89 -
System Red Green Blue C M Y K H S L
Decimal 35 37 26 0.05 0 0.30 0.85 70.91 0.17 0.12
Hex 23 25 1A 5 0 1E 55 47 11 C
Octal 43 45 32 5 0 36 125 107 21 14
Binary 100011 100101 11010 101 0 11110 1010101 1000111 10001 1100

Color Harmonies of #23251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23251A

Black with #23251A

Text Example


Text Example

White with #23251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23251A; }

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

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

background-color css

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

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

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

border-color css

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

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

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