Html Css Color HEX #2C300F Green Waterloo

📋 copy color: '#2C300F'

red 44 ◦ green 48 ◦ blue 15

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

Shades of Green Waterloo #2C300F

Tints of Green Waterloo #2C300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.02%

R = 41.12%
G = 44.86%
B = 14.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#2C300F (or 0x2C300F) is known color: Green Waterloo. HEX triplet: 2C, 30 and 0F. RGB value is (44,48,15). Sum of RGB (Red+Green+Blue) = 44+48+15=107 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.12% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 15 (6.25% from 255 or 14.02% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #2C300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C300F is #D3CFF0. Grayscale: #2B2B2B. Windows color (decimal): -13881329 or 995372. OLE color: 995372.

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

Color convert

RGB 44 48 15 -
CMYK 0.08 0 0.69 0.81
HSL 67.27º 0.52% 0.12% -
HSV(B) 67.27º 0.69% 0.19% -
XYZ 2.18 2.68 0.85 -
YUV 43.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 44 48 15 0.08 0 0.69 0.81 67.27 0.52 0.12
Hex 2C 30 F 8 0 45 51 43 34 C
Octal 54 60 17 10 0 105 121 103 64 14
Binary 101100 110000 1111 1000 0 1000101 1010001 1000011 110100 1100

Color Harmonies of #2C300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C300F

Black with #2C300F

Text Example


Text Example

White with #2C300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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