Html Css Color HEX #232714 Green Waterloo

📋 copy color: '#232714'

red 35 ◦ green 39 ◦ blue 20

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

Shades of Green Waterloo #232714

Tints of Green Waterloo #232714

RGB

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

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

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

R = 37.23%
G = 41.49%
B = 21.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.85

RGB Variations

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

Color information

#232714 (or 0x232714) is known color: Green Waterloo. HEX triplet: 23, 27 and 14. RGB value is (35,39,20). Sum of RGB (Red+Green+Blue) = 35+39+20=94 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.23% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 39 - color contains mainly: green. Hex color #232714 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232714 is #DCD8EB. Grayscale: #232323. Windows color (decimal): -14473452 or 1320739. OLE color: 1320739.

HSL color Cylindrical-coordinate representation of color #232714: hue angle of 72.63º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #232714 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 39 20 -
CMYK 0.10 0 0.49 0.85
HSL 72.63º 0.32% 0.12% -
HSV(B) 72.63º 0.49% 0.15% -
XYZ 1.54 1.86 0.94 -
YUV 35.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 35 39 20 0.10 0 0.49 0.85 72.63 0.32 0.12
Hex 23 27 14 A 0 31 55 49 20 C
Octal 43 47 24 12 0 61 125 111 40 14
Binary 100011 100111 10100 1010 0 110001 1010101 1001001 100000 1100

Color Harmonies of #232714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232714

Black with #232714

Text Example


Text Example

White with #232714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232714; }

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

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

background-color css

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

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

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

border-color css

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

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

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