Html Css Color HEX #232514 Green Waterloo

📋 copy color: '#232514'

red 35 ◦ green 37 ◦ blue 20

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

Shades of Green Waterloo #232514

Tints of Green Waterloo #232514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 21.74%

R = 38.04%
G = 40.22%
B = 21.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.85

RGB Variations

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

Color information

#232514 (or 0x232514) is known color: Green Waterloo. HEX triplet: 23, 25 and 14. RGB value is (35,37,20). Sum of RGB (Red+Green+Blue) = 35+37+20=92 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.04% from 92); Green value is 37 (14.84% from 255 or 40.22% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 37 - color contains mainly: green. Hex color #232514 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232514 is #DCDAEB. Grayscale: #222222. Windows color (decimal): -14473964 or 1320227. OLE color: 1320227.

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

Color convert

RGB 35 37 20 -
CMYK 0.05 0 0.46 0.85
HSL 67.06º 0.3% 0.11% -
HSV(B) 67.06º 0.46% 0.15% -
XYZ 1.48 1.73 0.92 -
YUV 34.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 35 37 20 0.05 0 0.46 0.85 67.06 0.3 0.11
Hex 23 25 14 5 0 2E 55 43 1E B
Octal 43 45 24 5 0 56 125 103 36 13
Binary 100011 100101 10100 101 0 101110 1010101 1000011 11110 1011

Color Harmonies of #232514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232514

Black with #232514

Text Example


Text Example

White with #232514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232514; }

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

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

background-color css

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

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

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

border-color css

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

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

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