Html Css Color HEX #23270E Green Waterloo

📋 copy color: '#23270E'

red 35 ◦ green 39 ◦ blue 14

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

Shades of Green Waterloo #23270E

Tints of Green Waterloo #23270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 44.32%

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

R = 39.77%
G = 44.32%
B = 15.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.85

RGB Variations

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

Color information

#23270E (or 0x23270E) is known color: Green Waterloo. HEX triplet: 23, 27 and 0E. RGB value is (35,39,14). Sum of RGB (Red+Green+Blue) = 35+39+14=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 39 - color contains mainly: green. Hex color #23270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23270E is #DCD8F1. Grayscale: #232323. Windows color (decimal): -14473458 or 927523. OLE color: 927523.

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

Color convert

RGB 35 39 14 -
CMYK 0.10 0 0.64 0.85
HSL 69.6º 0.47% 0.1% -
HSV(B) 69.6º 0.64% 0.15% -
XYZ 1.5 1.84 0.69 -
YUV 34.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 35 39 14 0.10 0 0.64 0.85 69.6 0.47 0.1
Hex 23 27 E A 0 40 55 46 2F A
Octal 43 47 16 12 0 100 125 106 57 12
Binary 100011 100111 1110 1010 0 1000000 1010101 1000110 101111 1010

Color Harmonies of #23270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23270E

Black with #23270E

Text Example


Text Example

White with #23270E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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