Html Css Color HEX #23250E Green Waterloo

📋 copy color: '#23250E'

red 35 ◦ green 37 ◦ blue 14

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

Shades of Green Waterloo #23250E

Tints of Green Waterloo #23250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.28%

R = 40.7%
G = 43.02%
B = 16.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#23250E (or 0x23250E) is known color: Green Waterloo. HEX triplet: 23, 25 and 0E. RGB value is (35,37,14). Sum of RGB (Red+Green+Blue) = 35+37+14=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #23250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23250E is #DCDAF1. Grayscale: #212121. Windows color (decimal): -14473970 or 927011. OLE color: 927011.

HSL color Cylindrical-coordinate representation of color #23250E: hue angle of 65.22º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23250E is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 37 14 -
CMYK 0.05 0 0.62 0.85
HSL 65.22º 0.45% 0.1% -
HSV(B) 65.22º 0.62% 0.15% -
XYZ 1.43 1.71 0.67 -
YUV 33.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 35 37 14 0.05 0 0.62 0.85 65.22 0.45 0.1
Hex 23 25 E 5 0 3E 55 41 2D A
Octal 43 45 16 5 0 76 125 101 55 12
Binary 100011 100101 1110 101 0 111110 1010101 1000001 101101 1010

Color Harmonies of #23250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23250E

Black with #23250E

Text Example


Text Example

White with #23250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23250E; }

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

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

background-color css

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

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

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

border-color css

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

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

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