Html Css Color HEX #2C300E Green Waterloo

📋 copy color: '#2C300E'

red 44 ◦ green 48 ◦ blue 14

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

Shades of Green Waterloo #2C300E

Tints of Green Waterloo #2C300E

RGB

 RED value IS 44 (17.58% from 255) = 41.51%

 GREEN value IS 48 (19.14% from 255) = 45.28%

 BLUE value IS 14 (5.86% from 255) = 13.21%

R = 41.51%
G = 45.28%
B = 13.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#2C300E (or 0x2C300E) is known color: Green Waterloo. HEX triplet: 2C, 30 and 0E. RGB value is (44,48,14). Sum of RGB (Red+Green+Blue) = 44+48+14=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 48 - color contains mainly: green. Hex color #2C300E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C300E is #D3CFF1. Grayscale: #2B2B2B. Windows color (decimal): -13881330 or 929836. OLE color: 929836.

HSL color Cylindrical-coordinate representation of color #2C300E: hue angle of 67.06º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C300E is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 44 48 14 -
CMYK 0.08 0 0.71 0.81
HSL 67.06º 0.55% 0.12% -
HSV(B) 67.06º 0.71% 0.19% -
XYZ 2.17 2.68 0.82 -
YUV 42.93 111.67 128.76 -
System Red Green Blue C M Y K H S L
Decimal 44 48 14 0.08 0 0.71 0.81 67.06 0.55 0.12
Hex 2C 30 E 8 0 47 51 43 37 C
Octal 54 60 16 10 0 107 121 103 67 14
Binary 101100 110000 1110 1000 0 1000111 1010001 1000011 110111 1100

Color Harmonies of #2C300E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C300E

Black with #2C300E

Text Example


Text Example

White with #2C300E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C300E; }

 p { color: rgb(44,48,14); }

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

background-color css

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

 a { background-color: rgb(44,48,14); }

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

border-color css

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

 span { border-color: rgb(44,48,14); }

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