Html Css Color HEX #2C300A Green Waterloo

📋 copy color: '#2C300A'

red 44 ◦ green 48 ◦ blue 10

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

Shades of Green Waterloo #2C300A

Tints of Green Waterloo #2C300A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.8%

R = 43.14%
G = 47.06%
B = 9.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#2C300A (or 0x2C300A) is known color: Green Waterloo. HEX triplet: 2C, 30 and 0A. RGB value is (44,48,10). Sum of RGB (Red+Green+Blue) = 44+48+10=102 (13% of max value = 765). Red value is 44 (17.58% from 255 or 43.14% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #2C300A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C300A is #D3CFF5. Grayscale: #2A2A2A. Windows color (decimal): -13881334 or 667692. OLE color: 667692.

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

Color convert

RGB 44 48 10 -
CMYK 0.08 0 0.79 0.81
HSL 66.32º 0.66% 0.11% -
HSV(B) 66.32º 0.79% 0.19% -
XYZ 2.15 2.67 0.69 -
YUV 42.47 109.67 129.09 -
System Red Green Blue C M Y K H S L
Decimal 44 48 10 0.08 0 0.79 0.81 66.32 0.66 0.11
Hex 2C 30 A 8 0 4F 51 42 42 B
Octal 54 60 12 10 0 117 121 102 102 13
Binary 101100 110000 1010 1000 0 1001111 1010001 1000010 1000010 1011

Color Harmonies of #2C300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C300A

Black with #2C300A

Text Example


Text Example

White with #2C300A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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