Html Css Color HEX #232515 Green Waterloo

📋 copy color: '#232515'

red 35 ◦ green 37 ◦ blue 21

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

Shades of Green Waterloo #232515

Tints of Green Waterloo #232515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.58%

R = 37.63%
G = 39.78%
B = 22.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#232515 (or 0x232515) is known color: Green Waterloo. HEX triplet: 23, 25 and 15. RGB value is (35,37,21). Sum of RGB (Red+Green+Blue) = 35+37+21=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 37 - color contains mainly: green. Hex color #232515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232515 is #DCDAEA. Grayscale: #222222. Windows color (decimal): -14473963 or 1385763. OLE color: 1385763.

HSL color Cylindrical-coordinate representation of color #232515: hue angle of 67.5º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #232515 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 37 21 -
CMYK 0.05 0 0.43 0.85
HSL 67.5º 0.28% 0.11% -
HSV(B) 67.5º 0.43% 0.15% -
XYZ 1.49 1.73 0.97 -
YUV 34.58 120.34 128.3 -
System Red Green Blue C M Y K H S L
Decimal 35 37 21 0.05 0 0.43 0.85 67.5 0.28 0.11
Hex 23 25 15 5 0 2B 55 44 1C B
Octal 43 45 25 5 0 53 125 104 34 13
Binary 100011 100101 10101 101 0 101011 1010101 1000100 11100 1011

Color Harmonies of #232515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232515

Black with #232515

Text Example


Text Example

White with #232515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232515; }

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

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

background-color css

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

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

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

border-color css

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

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

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