Html Css Color HEX #23280F Green Waterloo

📋 copy color: '#23280F'

red 35 ◦ green 40 ◦ blue 15

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

Shades of Green Waterloo #23280F

Tints of Green Waterloo #23280F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 44.44%

 BLUE value IS 15 (6.25% from 255) = 16.67%

R = 38.89%
G = 44.44%
B = 16.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.84

RGB Variations

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

Color information

#23280F (or 0x23280F) is known color: Green Waterloo. HEX triplet: 23, 28 and 0F. RGB value is (35,40,15). Sum of RGB (Red+Green+Blue) = 35+40+15=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 40 - color contains mainly: green. Hex color #23280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #23280F is #DCD7F0. Grayscale: #232323. Windows color (decimal): -14473201 or 993315. OLE color: 993315.

HSL color Cylindrical-coordinate representation of color #23280F: hue angle of 72º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23280F is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB 35 40 15 -
CMYK 0.12 0 0.62 0.84
HSL 72º 0.45% 0.11% -
HSV(B) 72º 0.63% 0.16% -
XYZ 1.54 1.91 0.74 -
YUV 35.66 116.34 127.53 -
System Red Green Blue C M Y K H S L
Decimal 35 40 15 0.12 0 0.62 0.84 72 0.45 0.11
Hex 23 28 F C 0 3E 54 48 2D B
Octal 43 50 17 14 0 76 124 110 55 13
Binary 100011 101000 1111 1100 0 111110 1010100 1001000 101101 1011

Color Harmonies of #23280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23280F

Black with #23280F

Text Example


Text Example

White with #23280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23280F; }

 p { color: rgb(35,40,15); }

 H1.HeaderClassName
 {
   color: #23280F;
 }
 .AnyTagClassName
 {
   color: #23280F;
 }
</style>

background-color css

<style>
 a { background-color: #23280F; }

 a { background-color: rgb(35,40,15); }

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

border-color css

<style>
 span { border-color: #23280F; }

 span { border-color: rgb(35,40,15); }

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