Html Css Color HEX #23260A Green Waterloo

📋 copy color: '#23260A'

red 35 ◦ green 38 ◦ blue 10

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

Shades of Green Waterloo #23260A

Tints of Green Waterloo #23260A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.05%

R = 42.17%
G = 45.78%
B = 12.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.85

RGB Variations

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

Color information

#23260A (or 0x23260A) is known color: Green Waterloo. HEX triplet: 23, 26 and 0A. RGB value is (35,38,10). Sum of RGB (Red+Green+Blue) = 35+38+10=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 38 (15.23% from 255 or 45.78% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 38 - color contains mainly: green. Hex color #23260A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23260A is #DCD9F5. Grayscale: #222222. Windows color (decimal): -14473718 or 665123. OLE color: 665123.

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

Color convert

RGB 35 38 10 -
CMYK 0.08 0 0.74 0.85
HSL 66.43º 0.58% 0.09% -
HSV(B) 66.43º 0.74% 0.15% -
XYZ 1.44 1.77 0.55 -
YUV 33.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 35 38 10 0.08 0 0.74 0.85 66.43 0.58 0.09
Hex 23 26 A 8 0 4A 55 42 3A 9
Octal 43 46 12 10 0 112 125 102 72 11
Binary 100011 100110 1010 1000 0 1001010 1010101 1000010 111010 1001

Color Harmonies of #23260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23260A

Black with #23260A

Text Example


Text Example

White with #23260A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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